mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
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:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Koen Kanters
parent
bce2b34a9b
commit
570c6da67b
@@ -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';
|
||||
|
||||
Generated
+3
-3
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user