Update converters and fix tests for real.

This commit is contained in:
Koen Kanters
2020-01-26 21:38:04 +01:00
parent b58cbd4883
commit 61a3f0e839
3 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -13445,9 +13445,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.6",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.6.tgz",
"integrity": "sha512-ZmzrLun1pqWuq90htFwK5vCDpvZVpNt8rxHzxtvB/xJf4GZmVFGaEuQUBzoyNKqJHLcc68I6dd0xKON/ULNXCg==",
"version": "12.0.7",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.7.tgz",
"integrity": "sha512-pi0sqfSy50hFm3o7RxQFpivbCb/52zQAiGmtYv+gdR/WG7FwFqBTHstzwaqJThWpuDBHG0ZxN3oCu8gQEj9tBg==",
"dependencies": {
"@babel/code-frame": {
"version": "7.5.5",
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.40",
"zigbee-herdsman-converters": "12.0.6"
"zigbee-herdsman-converters": "12.0.7"
},
"devDependencies": {
"eslint": "*",
-1
View File
@@ -141,7 +141,6 @@ describe('HomeAssistant extension', () => {
);
payload = {
'unit_of_measurement': '-',
'icon': 'mdi:signal',
'unit_of_measurement': 'lqi',
'value_template': '{{ value_json.linkquality }}',