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

pull/85120/head
Guido Schmitz 2023-01-04 14:38:42 +01:00 committed by Franck Nijhof
parent 0fd113db59
commit 90ac0c870f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 0 additions and 1 deletions

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,