mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Merge pull request #342 from alanbowman/use-ozone-units
Use Dobson Units for ozone
This commit is contained in:
commit
4d05650744
@ -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