diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 2ede70cc..fd21e223 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -533,7 +533,7 @@ const mapping = { '50043': [cfg.switch], '50045': [cfg.light_brightness], 'AV2010/22': [cfg.binary_sensor_occupancy, cfg.sensor_battery], - '3210-L': [cfg.switch], + '3210-L': [cfg.switch, cfg.sensor_power], '3320-L': [cfg.binary_sensor_contact], '3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature], '7299355PH': [cfg.light_brightness_colorxy],