Update zigbee-herdsman-converters to 12.0.180 (#4269)

* Update zigbee-herdsman-converters to 12.0.180

* 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:
github-actions[bot]
2020-09-04 22:22:35 +02:00
committed by GitHub
parent 778665b35b
commit c9094e98df
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1587,7 +1587,7 @@ const mapping = {
'GP-WOU019BBDWG': [cfg.switch, cfg.sensor_power, cfg.sensor_energy],
'AV2010/21A': [cfg.binary_sensor_battery_low, cfg.binary_sensor_contact, cfg.binary_sensor_tamper],
'AL-PIR02': [cfg.binary_sensor_occupancy, cfg.binary_sensor_tamper, cfg.sensor_battery],
'MKS-CM-W5': [
'TS0601_switch': [
switchEndpoint('l1'), switchEndpoint('l2'),
switchEndpoint('l3'), switchEndpoint('l4'),
],
@@ -1924,6 +1924,7 @@ const mapping = {
'929002335001': [cfg.light_brightness],
'43084': [cfg.switch],
'WSP404': [cfg.switch, cfg.sensor_power, cfg.sensor_energy],
'8718699689308': [cfg.switch],
};
const defaultStatusTopic = 'homeassistant/status';
+3 -3
View File
@@ -15121,9 +15121,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.179",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.179.tgz",
"integrity": "sha512-M0EV0TISrQnj16Yex95dTr/TfeYxrr9Tlms5tI4/CwCHfIwovC6T5X1UmlxyWdd393V6OeLTow4Wo1l3F1Uh+Q==",
"version": "12.0.180",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.180.tgz",
"integrity": "sha512-/Lrveix08bR1/nfGnpo4jvNOtxnwTrx1hI0UdXGBuz+D0VLiaXu8Cqi0DcZg+Sw5fuW0IPL+fObM+XGm0mjgVw==",
"requires": {
"axios": "^0.20.0",
"https-proxy-agent": "^5.0.0",
+1 -1
View File
@@ -52,7 +52,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.12.130",
"zigbee-herdsman-converters": "12.0.179",
"zigbee-herdsman-converters": "12.0.180",
"zigbee2mqtt-frontend": "^0.1.44"
},
"devDependencies": {