From c1a37185b4a271f3aa0889aad0fdafa76ba38bd1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 26 Jun 2023 19:40:30 +0200 Subject: [PATCH] Mark Plugwise Illuminance sensor as diagnostic (#95240) --- homeassistant/components/plugwise/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/plugwise/sensor.py b/homeassistant/components/plugwise/sensor.py index d708fe741c2..7a504a0db84 100644 --- a/homeassistant/components/plugwise/sensor.py +++ b/homeassistant/components/plugwise/sensor.py @@ -343,6 +343,7 @@ SENSORS: tuple[SensorEntityDescription, ...] = ( native_unit_of_measurement=LIGHT_LUX, device_class=SensorDeviceClass.ILLUMINANCE, state_class=SensorStateClass.MEASUREMENT, + entity_category=EntityCategory.DIAGNOSTIC, ), SensorEntityDescription( key="modulation_level",