Update zigbee-herdsman-converters to 12.0.189 (#4403)

* Update zigbee-herdsman-converters to 12.0.189

* 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-19 11:45:50 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
parent bce2b34a9b
commit 570c6da67b
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -1958,6 +1958,10 @@ const mapping = {
'E220-KR4N0Z0-HA': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3'), switchEndpoint('l4')],
'HLD503-Z-CT': [cfg.light_brightness_colortemp],
'11830304': [cfg.cover_position],
'TS0505A': [cfg.light_brightness_colortemp_colorxy],
'99100-045': [cfg.lock, cfg.sensor_battery],
'FL 140 C': [cfg.light_brightness_colortemp_colorxy],
'ZG102-BOX-UNIDIM': [cfg.light_brightness],
};
const defaultStatusTopic = 'homeassistant/status';
+3 -3
View File
@@ -15644,9 +15644,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.188",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.188.tgz",
"integrity": "sha512-ppn7AksAW91H5VCMLO8Sz2PvYcmIuuyz4ra4WAon6nwIZiSvmvdQ6jM5JkLob0/FKFBohAyMOsPyQAQeHlUYSw==",
"version": "12.0.189",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.189.tgz",
"integrity": "sha512-520ksG30idRNCJm9+i6V4mMopClCEm5GFlGC+nnLAiUo3vo7+FIJ+9kRONABACdeEE1ORVnjZNtYFT3RPfB2sg==",
"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.13.8",
"zigbee-herdsman-converters": "12.0.188",
"zigbee-herdsman-converters": "12.0.189",
"zigbee2mqtt-frontend": "0.2.7"
},
"devDependencies": {