mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-herdsman-converters (#3914)
* Update zigbee-herdsman-converters to 12.0.139 * Update homeassistant.js * 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
67f02adbd0
commit
f86be3308e
@@ -1707,6 +1707,7 @@ const mapping = {
|
||||
switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right'), cfg.sensor_action,
|
||||
cfg.sensor_power,
|
||||
],
|
||||
'QBKG23LM': [cfg.switch, cfg.sensor_power],
|
||||
'QBKG24LM': [switchEndpoint('left'), switchEndpoint('right'), cfg.sensor_power],
|
||||
'WS-USC01': [cfg.switch],
|
||||
'WS-USC02': [switchEndpoint('top'), switchEndpoint('bottom')],
|
||||
@@ -1777,6 +1778,7 @@ const mapping = {
|
||||
'HLC833-Z-SC': [cfg.light_brightness],
|
||||
'5996411U5': [cfg.light_brightness_colortemp],
|
||||
'LXN59-2S7LX1.0': [switchEndpoint('left'), switchEndpoint('right')],
|
||||
'TYZS1L': [cfg.light_brightness_colortemp_colorxy],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Generated
+3
-3
@@ -14711,9 +14711,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.132",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.132.tgz",
|
||||
"integrity": "sha512-2vlvriAp77cBAMbboI9BFv+0STiBdkuf6UHEPhrIUyZ86kJ43/yGuaWckE25DNajv5ToyyqAzCSEwBlNTzTCHw==",
|
||||
"version": "12.0.139",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.139.tgz",
|
||||
"integrity": "sha512-xh+zoVgXmmqDBEYmCr1IyeFWbeSwnLFna5CaV3RQa1/d+o5SHvKYW42JNluv4Cf+9kpU28ZenXNPf6kRFeuoBw==",
|
||||
"requires": {
|
||||
"axios": "*",
|
||||
"https-proxy-agent": "*",
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
"winston": "*",
|
||||
"winston-syslog": "*",
|
||||
"zigbee-herdsman": "0.12.104",
|
||||
"zigbee-herdsman-converters": "12.0.132"
|
||||
"zigbee-herdsman-converters": "12.0.139"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user