This commit is contained in:
Koen Kanters
2020-02-23 20:26:13 +01:00
parent 66173ff689
commit 2a9d0d1875
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1039,7 +1039,7 @@ const mapping = {
'2AJZ4KPBS': [cfg.sensor_battery, cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'6717-84': [cfg.switch],
'ICZB-KPD18S': [cfg.sensor_click, cfg.sensor_battery],
'ICZB-KPD18S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
'100.469.65': [cfg.light_brightness_colortemp],
'E1757': [cfg.cover_position, cfg.sensor_battery],
'E1926': [cfg.cover_position, cfg.sensor_battery],
@@ -1236,6 +1236,7 @@ const mapping = {
'TERNCY-SD01': [cfg.sensor_click, cfg.sensor_battery],
'07048L': [cfg.switch, cfg.sensor_power],
'ICZB-KPD14S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
'73743': [cfg.sensor_action, cfg.sensor_battery],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -14744,9 +14744,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.27",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.27.tgz",
"integrity": "sha512-ICdzFP/uSSTL7e3sjGb6V1owTFGh3Fio7Fr8sv3BfF/kLl8oT3zAOzvPk1HH9O+hPtKecLRpFBQZE5/rl1wUoA==",
"version": "12.0.28",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.28.tgz",
"integrity": "sha512-Ab/fL3DhvgogCBmKfVP4i5zj3+iMx9Cb59w2v0zAMJBZP/rfYg31+PzBbkPLrJCsWX+2aexsla1LaiKYQzV4iw==",
"requires": {
"axios": "*",
"tar-stream": "*"
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.55",
"zigbee-herdsman-converters": "12.0.27"
"zigbee-herdsman-converters": "12.0.28"
},
"devDependencies": {
"eslint": "*",