mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
Update zigbee-herdsman-converters to 12.0.185 (#4337)
* Update zigbee-herdsman-converters to 12.0.185 * 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
7d7b2fc671
commit
ced2c00997
@@ -1316,6 +1316,7 @@ const mapping = {
|
||||
'HS2WD-E': [cfg.sensor_battery],
|
||||
'ZNMS12LM': [
|
||||
cfg.sensor_action, cfg.binary_sensor_lock, cfg.binary_sensor_lock_reverse,
|
||||
cfg.sensor_battery,
|
||||
],
|
||||
'ZNMS13LM': [
|
||||
cfg.sensor_action, cfg.binary_sensor_lock, cfg.binary_sensor_lock_reverse,
|
||||
@@ -1939,6 +1940,8 @@ const mapping = {
|
||||
'BHT-002-GCLZB': [cfg.lock_child_lock, climate(5, 30, 'current_heating_setpoint', 1)],
|
||||
'8718696153062': [cfg.light_brightness],
|
||||
'E1F-N5E': [cfg.light_brightness_colortemp_colorxy],
|
||||
'E220-KR4N0Z0-HA': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3'), switchEndpoint('l4')],
|
||||
'HLD503-Z-CT': [cfg.light_brightness_colortemp],
|
||||
};
|
||||
|
||||
const defaultStatusTopic = 'homeassistant/status';
|
||||
|
||||
Generated
+3
-3
@@ -15516,9 +15516,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.184",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.184.tgz",
|
||||
"integrity": "sha512-7R7kJ+uo0UpVm6Z1nTSieLbwip53gMw5vAjNgxsJdfLGZQmhmGkqLQrfzFPn4zJAi65fQXX0h3/NxePhwpSR8A==",
|
||||
"version": "12.0.185",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.185.tgz",
|
||||
"integrity": "sha512-0WsR5T7BjyncalJup2escGplreGepBSAnogLMnPF4OcV3/eKZPwQwydiSB0f8mxMBpvJwfMv1OksPZA6s6n0zQ==",
|
||||
"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.2",
|
||||
"zigbee-herdsman-converters": "12.0.184",
|
||||
"zigbee-herdsman-converters": "12.0.185",
|
||||
"zigbee2mqtt-frontend": "0.1.56"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user