mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Mark Plugwise Illuminance sensor as diagnostic (#95240)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user