diff --git a/homeassistant/components/devolo_home_control/sensor.py b/homeassistant/components/devolo_home_control/sensor.py index 5009dbb8563..51a804df7ad 100644 --- a/homeassistant/components/devolo_home_control/sensor.py +++ b/homeassistant/components/devolo_home_control/sensor.py @@ -21,7 +21,6 @@ from .devolo_device import DevoloDeviceEntity DEVICE_CLASS_MAPPING = { "battery": SensorDeviceClass.BATTERY, "temperature": SensorDeviceClass.TEMPERATURE, - "light": SensorDeviceClass.ILLUMINANCE, "humidity": SensorDeviceClass.HUMIDITY, "current": SensorDeviceClass.POWER, "total": SensorDeviceClass.ENERGY,