mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Update zigbee-herdsman-converters to 12.0.213 (#4696)
* Update zigbee-herdsman-converters to 12.0.213 * Update homeassistant.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
parent
87cabc29d4
commit
9ac660bc22
@ -1180,7 +1180,7 @@ const manualMaping = {
|
|||||||
'E1E-G7F': [cfg.sensor_action],
|
'E1E-G7F': [cfg.sensor_action],
|
||||||
'QBKG25LM': [switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right'), cfg.sensor_action],
|
'QBKG25LM': [switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right'), cfg.sensor_action],
|
||||||
'QBKG23LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature],
|
'QBKG23LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature],
|
||||||
'QBKG24LM': [switchEndpoint('left'), switchEndpoint('right'), cfg.sensor_power],
|
'QBKG24LM': [switchEndpoint('left'), switchEndpoint('right'), cfg.sensor_power, cfg.sensor_action],
|
||||||
'100.462.31': [cfg.sensor_action],
|
'100.462.31': [cfg.sensor_action],
|
||||||
'SN10ZW': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
'SN10ZW': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
||||||
'AU-A1ZBPIAB': [cfg.switch, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_power],
|
'AU-A1ZBPIAB': [cfg.switch, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_power],
|
||||||
@ -1239,6 +1239,7 @@ const manualMaping = {
|
|||||||
],
|
],
|
||||||
'TS0601_roller_blind': [cfg.cover_position],
|
'TS0601_roller_blind': [cfg.cover_position],
|
||||||
'JS-SLK2-ZB': [cfg.sensor_action],
|
'JS-SLK2-ZB': [cfg.sensor_action],
|
||||||
|
'TS0216': [cfg.sensor_battery],
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaultStatusTopic = 'homeassistant/status';
|
const defaultStatusTopic = 'homeassistant/status';
|
||||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -15886,9 +15886,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zigbee-herdsman-converters": {
|
"zigbee-herdsman-converters": {
|
||||||
"version": "12.0.212",
|
"version": "12.0.213",
|
||||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.212.tgz",
|
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.213.tgz",
|
||||||
"integrity": "sha512-v57oYsP8Q605LWYfy5qv6WxdSNMZt0bEyUl6XLMbwlZOm8K4ekj6pH+CB1ehL07zUkC3F02+gf33nAYqn5kKtA==",
|
"integrity": "sha512-tl+eBoPPH8yl/MoHEGo/39NsTzvFljbdyr4SwDMZ+Szetm2HeYC0xr7iNYTlNP/jw2+psRLBd6tFrFKuABk/Jw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.20.0",
|
||||||
"buffer-crc32": "^0.2.13",
|
"buffer-crc32": "^0.2.13",
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
"winston-syslog": "^2.4.4",
|
"winston-syslog": "^2.4.4",
|
||||||
"ws": "^7.3.1",
|
"ws": "^7.3.1",
|
||||||
"zigbee-herdsman": "0.13.18",
|
"zigbee-herdsman": "0.13.18",
|
||||||
"zigbee-herdsman-converters": "12.0.212",
|
"zigbee-herdsman-converters": "12.0.213",
|
||||||
"zigbee2mqtt-frontend": "0.2.31"
|
"zigbee2mqtt-frontend": "0.2.31"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user