Fix incorrect illuminance device class usage in Broadlink (#84373)

Fix incorect illuminance device class usage in Broadlink
pull/84412/head
Franck Nijhof 2022-12-21 22:47:23 +01:00 committed by GitHub
parent 5c794234e7
commit 370e458f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription(
key="light",
name="Light",
device_class=SensorDeviceClass.ILLUMINANCE,
),
SensorEntityDescription(
key="noise",