mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 18:11:36 +00:00
Update zigbee-herdsman-converters to 12.0.156 (#4043)
* Update zigbee-herdsman-converters to 12.0.156 * 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:
committed by
GitHub
parent
8a6a7409be
commit
6c6dfc85cd
@@ -1456,9 +1456,9 @@ const mapping = {
|
||||
'511.012': [cfg.light_brightness],
|
||||
'GL-S-008Z': [cfg.light_brightness_colortemp_colorxy],
|
||||
'TZSW22FW-L4': [switchEndpoint('top'), switchEndpoint('bottom')],
|
||||
'GDKES-01TZXD': [cfg.switch],
|
||||
'GDKES-02TZXD': [switchEndpoint('left'), switchEndpoint('right')],
|
||||
'GDKES-03TZXD': [switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right')],
|
||||
'TS0011': [cfg.switch],
|
||||
'TS0012': [switchEndpoint('left'), switchEndpoint('right')],
|
||||
'TS0013': [switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right')],
|
||||
'6735/6736/6737': [cfg.switch, cfg.sensor_action],
|
||||
'4034031P7': [cfg.light_brightness_colortemp],
|
||||
'5900131C5': [cfg.light_brightness_colortemp],
|
||||
@@ -1583,6 +1583,7 @@ const mapping = {
|
||||
'ICZB-R11D': [cfg.light_brightness],
|
||||
'SW2500ZB': [cfg.switch],
|
||||
'4512703': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'4512721': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'4512702': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'4090331P9': [cfg.light_brightness_colortemp_colorxy],
|
||||
'HS1EB': [cfg.sensor_click, cfg.sensor_action],
|
||||
|
||||
Generated
+3
-3
@@ -14834,9 +14834,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.155",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.155.tgz",
|
||||
"integrity": "sha512-FQcCFUpyjZstAJNwdybXMYIfBFZ4bfKQQBi7B9MFvvkTx5JPg7OuH/pFa+kobkEoc/cGSCWqyuw9vWKrFaApKg==",
|
||||
"version": "12.0.156",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.156.tgz",
|
||||
"integrity": "sha512-WywVYl6sJivMbVntR1LW0k6Vrlr14eF6wZRl4em0lZlXBJ6BUvEnXRG9yf/9WamJa2+MJz87/l8Or1L7bTm7kg==",
|
||||
"requires": {
|
||||
"axios": "^0.19.2",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
"winston": "^3.3.3",
|
||||
"winston-syslog": "^2.4.4",
|
||||
"zigbee-herdsman": "0.12.114",
|
||||
"zigbee-herdsman-converters": "12.0.155"
|
||||
"zigbee-herdsman-converters": "12.0.156"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user