Mark Plugwise Illuminance sensor as diagnostic (#95240)
This commit is contained in:
parent
410b15df92
commit
c1a37185b4
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ SENSORS: tuple[SensorEntityDescription, ...] = (
|
||||||
native_unit_of_measurement=LIGHT_LUX,
|
native_unit_of_measurement=LIGHT_LUX,
|
||||||
device_class=SensorDeviceClass.ILLUMINANCE,
|
device_class=SensorDeviceClass.ILLUMINANCE,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="modulation_level",
|
key="modulation_level",
|
||||||
|
|
Loading…
Add table
Reference in a new issue