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",