mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Remove illuminance device class for sensors in devolo Home Control (#85108)
This commit is contained in:
parent
d3b1a2c95e
commit
a981117f2d
@ -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…
x
Reference in New Issue
Block a user