From de879858a553d2f23e748dc261cdf1550d226993 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Sun, 22 Jul 2018 18:49:45 +0200 Subject: [PATCH] Update zigbee-shepherd-converters to 2.0.33. --- lib/homeassistant.js | 2 ++ npm-shrinkwrap.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 79d5824cf..a2b5d8c6e 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -295,6 +295,8 @@ const mapping = { 'GL-C-008': [configurations.light_brightness_colortemp_xy], 'STSS-MULT-001': [configurations.binary_sensor_contact], 'E11-G23': [configurations.light_brightness], + 'AC03845': [configurations.light_brightness_colortemp_xy], + 'AC03641': [configurations.light_brightness], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index de58eca4f..77653c4c4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2866,9 +2866,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.32.tgz", - "integrity": "sha512-f+K4IEbAiwCAad2Fkfgipq5O78KLRNi/F+mOCp/DTns/PhGW1SSVTmsSoxE0Hr5kj6AG8WnnmYOD9oVxdZ874g==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.33.tgz", + "integrity": "sha512-xkd0gP5mrp1MnY1DPA9BfYItXaxP6Tkt3SP1z6tT3dp4tNSMTgxFge3BPs7o2Awt/+LC/miS+08SOy46wlg0ZQ==", "requires": { "debounce": "1.1.0" },