Update zigbee-herdsman-converters to 13.0.12 (#5197)

* Update zigbee-herdsman-converters to 13.0.12

* 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-04 16:58:33 +01:00
committed by GitHub
co-authored by Koenkk Koen Kanters
parent 81704f1807
commit 47d26c8887
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14539,9 +14539,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "13.0.11",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.11.tgz",
"integrity": "sha512-KDEBNLhnKcvCOi4m05akh6kJc/L6SexPtVoOcylFQ3yJNJmyY0R0ToZ5s9Vi0k7PUOPyRoozgw7bC3pvxbG8OQ==",
"version": "13.0.12",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.12.tgz",
"integrity": "sha512-5ed6NzSnOAa0OyqSj6EhBMBA2k+fyaZrGnNF4WMOEB2IzJ+GcTc7PkCFY65c0byR1av6sFI9oFkJtYZdIAfNXQ==",
"requires": {
"axios": "^0.21.0",
"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.39",
"zigbee-herdsman-converters": "13.0.11",
"zigbee-herdsman-converters": "13.0.12",
"zigbee2mqtt-frontend": "0.2.100"
},
"devDependencies": {
+1 -1
View File
@@ -616,7 +616,7 @@ describe('HomeAssistant extension', () => {
"mode_state_template":"{{ value_json.system_mode }}",
"mode_state_topic":"zigbee2mqtt/TS0601_thermostat",
"modes":[
"auto"
"heat"
],
"name":"TS0601_thermostat",
"temp_step":0.5,