diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 0d94d2bd1..b3e4cf582 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -261,6 +261,7 @@ const mapping = { '45852GE': [configurations.light_brightness], 'E11-G13': [configurations.light_brightness], 'LED1649C5': [configurations.light_brightness], + 'ICPSHC24-10EU-IL-1': [configurations.light_brightness], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 009ed9cd8..188a49bf0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2787,9 +2787,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.8.tgz", - "integrity": "sha512-UAtzGF5HZpcfvclmD1fxFkNke0EEOlXMO1VZB8z+FzkuexW6ILVG+7sbys4XIxcrmPuD6/yRGAPsWDqmLITrOg==", + "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==", "requires": { "debounce": "1.1.0" },