Merge pull request #342 from alanbowman/use-ozone-units
Use Dobson Units for ozone
This commit is contained in:
commit
4d05650744
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ SENSOR_TYPES = {
|
|||
'humidity': ['Humidity', '%'],
|
||||
'pressure': ['Pressure', 'mBar'],
|
||||
'visibility': ['Visibility', 'km'],
|
||||
'ozone': ['Ozone', ''],
|
||||
'ozone': ['Ozone', 'DU'],
|
||||
}
|
||||
|
||||
# Return cached results if last scan was less then this time ago
|
||||
|
|
Loading…
Add table
Reference in a new issue