Update zigbee-herdsman-converters to 13.0.36 (#5429)

* Update zigbee-herdsman-converters to 13.0.36

* 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:
github-actions[bot]
2020-12-28 14:05:58 +01:00
committed by GitHub
co-authored by Koenkk Koen Kanters
parent b53d9d18bc
commit 7c7df1426b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14480,9 +14480,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "13.0.35",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.35.tgz",
"integrity": "sha512-NKKwFmHMZPBDA7P1FS7YB2bjf4TdKftM49rSM5YkCZ1ceobfMwUIJX4Ze18A89/sOlx1+0UnCfRxvpuAVWq62A==",
"version": "13.0.36",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.36.tgz",
"integrity": "sha512-a99p63SQtNzu6pHwFmkn0jBABda/tqp9Z0TXsrL29usAzzKJEwUoFJqBVYQHbwW+cyFUP9k2zWtiTwYJh72PuA==",
"requires": {
"axios": "^0.21.1",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -52,7 +52,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.42",
"zigbee-herdsman-converters": "13.0.35",
"zigbee-herdsman-converters": "13.0.36",
"zigbee2mqtt-frontend": "0.2.110"
},
"devDependencies": {
+1 -1
View File
@@ -618,7 +618,7 @@ describe('HomeAssistant extension', () => {
"mode_state_template":"{{ value_json.system_mode }}",
"mode_state_topic":"zigbee2mqtt/TS0601_thermostat",
"modes":[
"heat"
"heat", "auto", "off"
],
"name":"TS0601_thermostat",
"temp_step":0.5,