mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix incorrect illuminance device class usage in Broadlink (#84373)
Fix incorect illuminance device class usage in Broadlink
This commit is contained in:
@@ -44,7 +44,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="light",
|
key="light",
|
||||||
name="Light",
|
name="Light",
|
||||||
device_class=SensorDeviceClass.ILLUMINANCE,
|
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="noise",
|
key="noise",
|
||||||
|
Reference in New Issue
Block a user