diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 15c458554..d8c92ecd6 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -535,6 +535,8 @@ const mapping = { '316GLEDRF': [configurations.light_brightness], 'LVS-ZB500D': [configurations.light_brightness], 'ST218': [], + 'E1525': [configurations.binary_sensor_occupancy, configurations.sensor_battery], + 'ZYCT-202': [configurations.sensor_action], }; Object.keys(mapping).forEach((key) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b79d05a9e..b0cdce4b1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6135,9 +6135,9 @@ } }, "zigbee-shepherd-converters": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.1.11.tgz", - "integrity": "sha512-oG8QFj6p+3stiUI1iMV9Orhm7FzUlT/BH+B2kNCXTov1uFZ/esxSUF8U+EwUy+PbmgyGE5N4vJyz3oyKGWaEVA==", + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.1.12.tgz", + "integrity": "sha512-36Guhlqtm1u2alAjc5WrWkMdIcOLCgYfISuC+g+Y667QXYIfsfAMh+r5Ur07kYwziaOIn0RvD9Q4PanGFV+Ciw==", "requires": { "chai": "*", "debounce": "*", diff --git a/package.json b/package.json index 8a09be4f7..e5b66bc5f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "winston": "2.4.2", "ziee": "*", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#3c5d7b4a3048eed19f71f618b7cc70bb866a2818", - "zigbee-shepherd-converters": "7.1.11", + "zigbee-shepherd-converters": "7.1.12", "zive": "*" }, "devDependencies": {