mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove invalid AQI unit from Environment Canada (#85183)
This commit is contained in:
parent
377396ba16
commit
4335a7c653
@ -228,7 +228,6 @@ AQHI_SENSOR = ECSensorEntityDescription(
|
||||
key="aqhi",
|
||||
name="AQHI",
|
||||
device_class=SensorDeviceClass.AQI,
|
||||
native_unit_of_measurement="AQI",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
value_fn=_get_aqhi_value,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user