diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index f596e8ab..f8ddb758 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -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) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9c32e9e0..411e945d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": "*", diff --git a/package.json b/package.json index 863d06ec..eea25da3 100644 --- a/package.json +++ b/package.json @@ -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": {