Rename concentration_status to concentration_level

This commit is contained in:
Parker Brown 2025-02-06 11:50:52 -08:00 committed by GitHub
parent cd71145af7
commit 5ef98be596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,8 +75,8 @@ SENSOR_DESCRIPTIONS = {
state_class=SensorStateClass.MEASUREMENT,
),
"status": AranetSensorEntityDescription(
key="concentration_status",
name="Concentration Status",
key="concentration_level",
name="Concentration Level",
device_class=SensorDeviceClass.ENUM,
),
"co2": AranetSensorEntityDescription(