mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
Update zigbee-herdsman-converters to 14.0.129 (#7275)
* Update zigbee-herdsman-converters to 14.0.129 * Update homeassistant.test.js Co-authored-by: Koenkk <Koenkk@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
committed by
GitHub
parent
19373d815f
commit
43ff2daebe
Generated
+3
-3
@@ -14759,9 +14759,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "14.0.128",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.128.tgz",
|
||||
"integrity": "sha512-8B76k2TbG+OEUYDsr68HSjKIcTWTIXnHylFHrTJGwmsikZNpBdRIKL+3TeULC+hdbW86vhDL/9emw0xYmOBJPA==",
|
||||
"version": "14.0.129",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.129.tgz",
|
||||
"integrity": "sha512-S2O/9JA9SvIT/X1CPRd21yFeG80uA12/ApORHy3Zy5ZUlS3v6sW3hGCU72J0JzLjQb6PJEQqeQHY+dJ13xoatQ==",
|
||||
"requires": {
|
||||
"axios": "^0.21.1",
|
||||
"buffer-crc32": "^0.2.13",
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
"winston-syslog": "^2.4.4",
|
||||
"ws": "^7.3.1",
|
||||
"zigbee-herdsman": "0.13.92",
|
||||
"zigbee-herdsman-converters": "14.0.128",
|
||||
"zigbee-herdsman-converters": "14.0.129",
|
||||
"zigbee2mqtt-frontend": "0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -602,8 +602,6 @@ describe('HomeAssistant extension', () => {
|
||||
await flushPromises();
|
||||
|
||||
payload = {
|
||||
"action_template":"{% set values = {'idle':'off','heat':'heating','cool':'cooling','fan only':'fan'} %}{{ values[value_json.running_state] }}",
|
||||
"action_topic":"zigbee2mqtt/TS0601_thermostat",
|
||||
'availability': [{topic: 'zigbee2mqtt/bridge/state'}],
|
||||
"away_mode_command_topic":"zigbee2mqtt/TS0601_thermostat/set/away_mode",
|
||||
"away_mode_state_template":"{{ value_json.away_mode }}",
|
||||
|
||||
Reference in New Issue
Block a user