diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 844879cbe..d2bacf7aa 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -698,6 +698,10 @@ const mapping = { 'ZigUP': [configurations.switch], 'YRD256HA20BP': [configurations.sensor_battery, configurations.lock], 'SZ-ESW01-AU': [configurations.sensor_power, configurations.switch], + 'PSM-29ZBSR': [configurations.switch], + 'ZM350STW1TCF': [configurations.light_brightness_colortemp], + 'M350STW1': [configurations.light_brightness], + 'A806S-Q1R': [configurations.light_brightness], }; Object.keys(mapping).forEach((key) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5c72b4ae1..336ec58a7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -7017,9 +7017,9 @@ } }, "zigbee-shepherd-converters": { - "version": "9.0.14", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.14.tgz", - "integrity": "sha512-YNhwLmdaXdr2FclFXybL0nmGiF/+st/h1+Ei2FfqtzUCYq59807qE/bpqwIPMZ99dAAWVcKJVeFHLPAhM3mFIQ==", + "version": "9.0.15", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.15.tgz", + "integrity": "sha512-w9idnyF7KpMxGV65DDnuU5wozctUQASEtOA0pZVPZ5gAz3dGiCUUX2ndvX29By5VjNsMyCgXUx6jwCBJ5WSfNQ==", "requires": { "chai": "*", "debounce": "*", diff --git a/package.json b/package.json index c2d79b3de..01e1c052b 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#f6dc5b4469a87c90007dfc9f0d329cdb01d35072", - "zigbee-shepherd-converters": "9.0.14", + "zigbee-shepherd-converters": "9.0.15", "deep-diff": "*", "zive": "*" },