mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix incorrect illuminance device class usage in Broadlink (#84373)
Fix incorect illuminance device class usage in Broadlink
This commit is contained in:
parent
5c794234e7
commit
370e458f2a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user