mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
correct air index unit (#12730)
AirVisual's air index unit is AQI (Air Quality Index), not PSI (Pressure per Square Inch). More details can be found at https://airvisual.com/ Cheers,
This commit is contained in:
parent
111e515da7
commit
71cab65df6
@ -210,7 +210,7 @@ class AirQualityIndexSensor(AirVisualBaseSensor):
|
||||
@property
|
||||
def unit_of_measurement(self):
|
||||
"""Return the unit the value is expressed in."""
|
||||
return 'PSI'
|
||||
return 'AQI'
|
||||
|
||||
def update(self):
|
||||
"""Update the status of the sensor."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user