Update zigbee-shepherd-converters to 8.0.14.

This commit is contained in:
Koen Kanters
2019-03-27 18:22:40 +01:00
parent 3c5727b320
commit 7e6dc67861
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -626,6 +626,8 @@ const mapping = {
'LLKZMK11LM': [switchWithPostfix('l1'), switchWithPostfix('l2')],
'LVS-SM10ZW': [configurations.binary_sensor_contact, configurations.binary_sensor_battery_low],
'HS2SK': [configurations.switch, configurations.sensor_power],
'45853GE': [configurations.switch],
'50064': [configurations.light_brightness_colortemp],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -6504,9 +6504,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "8.0.13",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.13.tgz",
"integrity": "sha512-UT26ftIGsG5fTS3rPnqnEi1zQ5afhijoz+yZyVfJZg6doG+sdrJg1o/UZk+EwAzD0Sa5NBXcnno5bWcIHpEy9Q==",
"version": "8.0.14",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.14.tgz",
"integrity": "sha512-TjFjDZNpmmaG3FjDIGlQ1q+fEouVPBDrrtGIDkoWvlrg8MGkRlwBgJhRAHSJAASSw7g31WrpOikeOWfxo9Yreg==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -46,7 +46,7 @@
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#c7c0a5173fbbeec9e79729f5b3014354c6ed850d",
"zigbee-shepherd-converters": "8.0.13",
"zigbee-shepherd-converters": "8.0.14",
"zive": "*"
},
"devDependencies": {