Remove illuminance device class for sensors in devolo Home Control (#85108)
parent
0fd113db59
commit
90ac0c870f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue