From 370e458f2a91bf86aa4a2600245b5405049746e8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 21 Dec 2022 22:47:23 +0100 Subject: [PATCH] Fix incorrect illuminance device class usage in Broadlink (#84373) Fix incorect illuminance device class usage in Broadlink --- homeassistant/components/broadlink/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/broadlink/sensor.py b/homeassistant/components/broadlink/sensor.py index c86662963a2..2527b48e29c 100644 --- a/homeassistant/components/broadlink/sensor.py +++ b/homeassistant/components/broadlink/sensor.py @@ -44,7 +44,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = ( SensorEntityDescription( key="light", name="Light", - device_class=SensorDeviceClass.ILLUMINANCE, ), SensorEntityDescription( key="noise",