Mark Plugwise Illuminance sensor as diagnostic (#95240)

This commit is contained in:
Franck Nijhof 2023-06-26 19:40:30 +02:00 committed by GitHub
parent 410b15df92
commit c1a37185b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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