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
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
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';