Added and fixed yr tests

This commit is contained in:
Daniel 2016-02-01 15:50:17 +01:00
parent e29a2fa45a
commit 5005b20122
2 changed files with 27 additions and 17 deletions

View file

@ -28,7 +28,7 @@ SENSOR_TYPES = {
'temperature': ['Temperature', '°C'],
'windSpeed': ['Wind speed', 'm/s'],
'windGust': ['Wind gust', 'm/s'],
'pressure': ['Pressure', 'mbar'],
'pressure': ['Pressure', 'hPa'],
'windDirection': ['Wind direction', '°'],
'humidity': ['Humidity', '%'],
'fog': ['Fog', '%'],