mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-24 11:39:53 +00:00
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:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Koen Kanters
parent
467be5410c
commit
8319cdbd61
@@ -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],
|
||||
|
||||
Generated
+3
-3
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user