diff --git a/homeassistant/components/bosch_shc/sensor.py b/homeassistant/components/bosch_shc/sensor.py index 33d18ebbfd4..d62ab075167 100644 --- a/homeassistant/components/bosch_shc/sensor.py +++ b/homeassistant/components/bosch_shc/sensor.py @@ -103,7 +103,9 @@ async def async_setup_entry(hass, config_entry, async_add_entities): ) ) - for sensor in session.device_helper.smart_plugs: + for sensor in ( + session.device_helper.smart_plugs + session.device_helper.light_switches + ): entities.append( PowerSensor( device=sensor,