Update zigbee-herdsman-converters to 12.0.210 (#4659)

* Update zigbee-herdsman-converters to 12.0.210

* 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-10-14 08:59:14 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
parent 467be5410c
commit 8319cdbd61
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -1158,6 +1158,11 @@ const manualMaping = {
climate(5, 35, 'current_heating_setpoint', 0.5,
['off', 'heat', 'auto'], [], ['none', 'away']),
],
'07703L': [
cfg.lock_child_lock, cfg.binary_sensor_battery_low,
climate(5, 35, 'current_heating_setpoint', 0.5,
['off', 'heat', 'auto'], [], ['none', 'away']),
],
'WXKG07LM': [cfg.sensor_action, cfg.sensor_battery],
'752189': [cfg.sensor_action, cfg.sensor_battery],
'5AA-SS-ZA-H0': [cfg.binary_sensor_occupancy, cfg.sensor_illuminance, cfg.sensor_illuminance_lux],
+3 -3
View File
@@ -15836,9 +15836,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.209",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.209.tgz",
"integrity": "sha512-4D+Wq4OASe3IrtGUCpDUgjyZIQO7rbvaeA/QqOug1WeaDY5Y1RWvm0GTTqlTjffOkJQRcGM4aR8U7hW6pKLnHw==",
"version": "12.0.210",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.210.tgz",
"integrity": "sha512-r9kHm2fo25AFY+MAMm1ykqiGtosjb9k0zMcuPCslGUOOAPiUANZbofYJX1CK9HcHw+oC/LUUpAC7IgP3W55uDA==",
"requires": {
"axios": "^0.20.0",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.15",
"zigbee-herdsman-converters": "12.0.209",
"zigbee-herdsman-converters": "12.0.210",
"zigbee2mqtt-frontend": "0.2.31"
},
"devDependencies": {