mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +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,
|
||||
device_class=SensorDeviceClass.ILLUMINANCE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="modulation_level",
|
||||
|
Loading…
x
Reference in New Issue
Block a user