From 377e9d50dca8a563ab52777c632c67e8a3ce88d6 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Fri, 16 Aug 2019 17:41:11 +0100 Subject: [PATCH] IKEA TRADFRI E1810 (#1866) Add the IKEA E1810, which appears to be a replacement for the E1524. Functionally, they appear to work identically, the only difference I can see is front finish is matte rather than glossy, and the internals behind the battery cover are slightly different. --- lib/extension/homeassistant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 834e092d..bbd7f458 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -611,7 +611,7 @@ const mapping = { 'D1532': [configurations.light_brightness], 'AV2010/32': [], 'HGZB-07A': [configurations.light_brightness_colortemp_colorxy], - 'E1524': [configurations.sensor_action, configurations.sensor_battery], + 'E1524/E1810': [configurations.sensor_action, configurations.sensor_battery], 'GL-C-006/GL-C-009': [configurations.light_brightness_colortemp], '100.424.11': [configurations.light_brightness_colortemp], 'AC0251100NJ': [configurations.sensor_action, configurations.sensor_battery],