diff --git a/lib/homeassistant.js b/lib/homeassistant.js index b3e4cf58..53712e45 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -262,6 +262,22 @@ const mapping = { 'E11-G13': [configurations.light_brightness], 'LED1649C5': [configurations.light_brightness], 'ICPSHC24-10EU-IL-1': [configurations.light_brightness], + 'LED1546G12': [configurations.light_brightness_colortemp], + 'L1527': [configurations.light_brightness_colortemp], + 'L1529': [configurations.light_brightness_colortemp], + 'L1528': [configurations.light_brightness_colortemp], + 'RB 165': [configurations.light_brightness], + 'RB 175 W': [configurations.light_brightness], + 'RS 125': [configurations.light_brightness], + 'RB 145': [configurations.light_brightness], + 'PL 110': [configurations.light_brightness], + 'ST 110': [configurations.light_brightness], + 'UC 110': [configurations.light_brightness], + 'DL 110 N': [configurations.light_brightness], + 'DL 110 W': [configurations.light_brightness], + 'SL 110 N': [configurations.light_brightness], + 'SL 110 M': [configurations.light_brightness], + 'SL 110 W': [configurations.light_brightness], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 188a49bf..eef2b994 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1066,9 +1066,9 @@ } }, "localforage": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.1.tgz", - "integrity": "sha1-5JJ+BCMCuGTbMPMhHxO1xvDell0=", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.2.tgz", + "integrity": "sha1-+kRCYC+Abt0rympUq05lbwMfEhw=", "requires": { "lie": "3.1.1" }, @@ -1193,7 +1193,7 @@ "requires": { "async": "0.2.10", "binary-search-tree": "0.2.5", - "localforage": "1.7.1", + "localforage": "1.7.2", "mkdirp": "0.5.1", "underscore": "1.4.4" }, @@ -2787,9 +2787,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.9.tgz", - "integrity": "sha512-uAIt01bRxpbRh50Ck4rmGHK6nKyrpFHag+Km4F+OJ7gqgExvBy/FEY9q/vBWcrKs9dmDJgtgIQ0ShM8us29U9A==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.10.tgz", + "integrity": "sha512-7ud41U2SJJQxdFO5kyC9DwJUOf37uLWHthwqLLxUG9krw1lUGUXzgcYWX02QjYAf6/AAPVfPWvZCHYKD8v/6YQ==", "requires": { "debounce": "1.1.0" },