diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index c81c696fb..343817ba7 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1787,6 +1787,7 @@ const mapping = { '3460-L': [cfg.sensor_action, cfg.sensor_temperature, cfg.sensor_battery], '3157100': [climate(10, 30, 'occupied_heating_setpoint', 1, ['off', 'heat', 'cool'], ['auto', 'on'], [], true, true), cfg.sensor_battery], + '4200-C': [cfg.switch], '4257050-RZHAC': [cfg.switch, cfg.sensor_power], '27087-03': [cfg.switch, cfg.sensor_battery], '99140-002': [cfg.lock, cfg.sensor_battery],