From a981117f2d12a437405c32f2b5eaf55f99dcbea0 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Wed, 4 Jan 2023 14:38:42 +0100 Subject: [PATCH] Remove illuminance device class for sensors in devolo Home Control (#85108) --- homeassistant/components/devolo_home_control/sensor.py | 1 - 1 file changed, 1 deletion(-) 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,