Use mbar instead of hPa
This commit is contained in:
parent
aac44f3a2b
commit
35c29dac3f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ SENSOR_TYPES = {
|
|||
'precipitation': ['Condition', 'mm'],
|
||||
'temperature': ['Temperature', '°C'],
|
||||
'windSpeed': ['Wind speed', 'm/s'],
|
||||
'pressure': ['Pressure', 'hPa'],
|
||||
'pressure': ['Pressure', 'mbar'],
|
||||
'windDirection': ['Wind direction', '°'],
|
||||
'humidity': ['Humidity', '%'],
|
||||
'fog': ['Fog', '%'],
|
||||
|
|
Loading…
Add table
Reference in a new issue