diff --git a/lib/homeassistant.js b/lib/homeassistant.js index a4bc81fe..05160a76 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -356,6 +356,8 @@ const mapping = { '74282': [configurations.light_brightness_colortemp], 'RS 128 T': [configurations.light_brightness_colortemp], '53170161': [configurations.light_brightness_colortemp], + '4058075036147': [configurations.light_brightness_colortemp_xy], + 'KS-SM001': [configurations.switch], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4f23b4b4..d5b4b26c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4756,9 +4756,9 @@ } }, "zigbee-shepherd-converters": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.6.tgz", - "integrity": "sha512-bcrAuokQzml9sLJe64V5fz9Uq+S31Kc5dYmlbV9Xanm9b6AL1F5hke3isNGl8eLAaneUZZn/d50GFmxczxiHyQ==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.7.tgz", + "integrity": "sha512-8Ecr3r27/vS4CL8UvMwsrVTnUcGVrLUtukOUnnDZK0Wuu65mgrnXVPIa7V2ntdErSSz2SL6O1tUEXShViAXEQw==", "requires": { "debounce": "*" }, diff --git a/package.json b/package.json index d10540c2..6aa24bbe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "winston": "2.4.2", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#fbd8c936bbd4be0597ad3e934be0ca722b0128a6", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#c3fdef2c30267573aa5821a0f2c51f21a700eff2", - "zigbee-shepherd-converters": "4.0.6" + "zigbee-shepherd-converters": "4.0.7" }, "devDependencies": { "chai": "*",