mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +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,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
"threshold_level": AranetSensorEntityDescription(
|
||||
key="status",
|
||||
"status": AranetSensorEntityDescription(
|
||||
key="threshold_level",
|
||||
name="Threshold Level",
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
options=[status.name for status in Color],
|
||||
|
Loading…
x
Reference in New Issue
Block a user