Rename threshold_level key to status

This commit is contained in:
Parker Brown 2025-02-06 05:01:43 +00:00 committed by GitHub
parent 1a7a65184f
commit 209cd6b169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],