mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 18:48:22 +00:00
Rename threshold_level
key to status
This commit is contained in:
parent
1a7a65184f
commit
209cd6b169
@ -74,8 +74,8 @@ SENSOR_DESCRIPTIONS = {
|
|||||||
native_unit_of_measurement=UnitOfPressure.HPA,
|
native_unit_of_measurement=UnitOfPressure.HPA,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
"threshold_level": AranetSensorEntityDescription(
|
"status": AranetSensorEntityDescription(
|
||||||
key="status",
|
key="threshold_level",
|
||||||
name="Threshold Level",
|
name="Threshold Level",
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
options=[status.name for status in Color],
|
options=[status.name for status in Color],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user