mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Mark Plugwise Illuminance sensor as diagnostic (#95240)
This commit is contained in:
parent
410b15df92
commit
c1a37185b4
@ -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…
x
Reference in New Issue
Block a user