Remove illuminance device class for sensors in devolo Home Control (#85108)

This commit is contained in:
Guido Schmitz
2023-01-04 14:38:42 +01:00
committed by Franck Nijhof
parent 0fd113db59
commit 90ac0c870f

View File

@@ -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,