Remove invalid AQI unit from Environment Canada (#85183)

This commit is contained in:
Franck Nijhof
2023-01-05 17:02:17 +01:00
committed by GitHub
parent 377396ba16
commit 4335a7c653

View File

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