Use Dobson Units for ozone
This commit is contained in:
parent
ad99bd6a41
commit
c66f938919
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue