mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 18:41:35 +00:00
Update zigbee-herdsman-converters to 12.0.152 (#4004)
* Update zigbee-herdsman-converters to 12.0.152 * 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
946ebe16b6
commit
ae93e6fd0f
@@ -116,6 +116,15 @@ const cfg = {
|
||||
device_class: 'battery',
|
||||
},
|
||||
},
|
||||
'binary_sensor_moving': {
|
||||
type: 'binary_sensor',
|
||||
object_id: 'moving',
|
||||
discovery_payload: {
|
||||
payload_on: true,
|
||||
payload_off: false,
|
||||
value_template: '{{ value_json.moving}}',
|
||||
},
|
||||
},
|
||||
'binary_sensor_update_available': {
|
||||
type: 'binary_sensor',
|
||||
object_id: 'update_available',
|
||||
@@ -1130,7 +1139,7 @@ const mapping = {
|
||||
],
|
||||
'F-MLT-US-2': [
|
||||
cfg.sensor_temperature, cfg.binary_sensor_contact,
|
||||
cfg.sensor_battery, cfg.binary_sensor_battery_low,
|
||||
cfg.sensor_battery, cfg.binary_sensor_battery_low, cfg.binary_sensor_moving,
|
||||
],
|
||||
'SWO-KEF1PA': [cfg.sensor_action],
|
||||
'HGZB-02S': [cfg.sensor_click, cfg.sensor_action, cfg.switch],
|
||||
|
||||
Generated
+3
-3
@@ -14709,9 +14709,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.151",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.151.tgz",
|
||||
"integrity": "sha512-6m2Shp/05DcUWL10PaH3lHRnOT+XtoyPBO/LTQLOGkybpyAlGt/+JTxDqakI7tANcRs2Wbgl5ZioJjn3z4FH5g==",
|
||||
"version": "12.0.152",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.152.tgz",
|
||||
"integrity": "sha512-qyvZ2h6IKo52DZYydSiGb8hzQJJl194aAg6tegIbzifBFJD+DARAZIKShItp/W6rZgw/Q0V7Uvj/buTGXc6/QQ==",
|
||||
"requires": {
|
||||
"axios": "^0.19.2",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
"winston": "^3.3.3",
|
||||
"winston-syslog": "^2.4.4",
|
||||
"zigbee-herdsman": "0.12.110",
|
||||
"zigbee-herdsman-converters": "12.0.151"
|
||||
"zigbee-herdsman-converters": "12.0.152"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user