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:
github-actions[bot]
2020-09-12 10:15:54 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
parent 7d7b2fc671
commit ced2c00997
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -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';
+3 -3
View File
@@ -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
View File
@@ -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": {