diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index bb32bd400..4c4c669d4 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1923,6 +1923,7 @@ const mapping = { 'SR-ZG9001T4-DIM-EU': [cfg.sensor_action], '929002335001': [cfg.light_brightness], '43084': [cfg.switch], + 'WSP404': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], }; const defaultStatusTopic = 'homeassistant/status';