mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Use Dobson Units for ozone
This commit is contained in:
parent
ad99bd6a41
commit
c66f938919
@ -71,7 +71,7 @@ SENSOR_TYPES = {
|
|||||||
'humidity': ['Humidity', '%'],
|
'humidity': ['Humidity', '%'],
|
||||||
'pressure': ['Pressure', 'mBar'],
|
'pressure': ['Pressure', 'mBar'],
|
||||||
'visibility': ['Visibility', 'km'],
|
'visibility': ['Visibility', 'km'],
|
||||||
'ozone': ['Ozone', ''],
|
'ozone': ['Ozone', 'DU'],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Return cached results if last scan was less then this time ago
|
# Return cached results if last scan was less then this time ago
|
||||||
|
Loading…
x
Reference in New Issue
Block a user