Fix name allocation (#3890)

This commit is contained in:
Fabian Affolter 2016-10-16 18:07:34 +02:00 committed by GitHub
parent 5ef8ca9b03
commit a0fdb2778d

View File

@ -27,7 +27,7 @@ CONF_ATTRIBUTION = "Weather forecast from yr.no, delivered by the Norwegian " \
# Sensor types are defined like so: # Sensor types are defined like so:
SENSOR_TYPES = { SENSOR_TYPES = {
'symbol': ['Symbol', None], 'symbol': ['Symbol', None],
'precipitation': ['Condition', 'mm'], 'precipitation': ['Precipitation', 'mm'],
'temperature': ['Temperature', '°C'], 'temperature': ['Temperature', '°C'],
'windSpeed': ['Wind speed', 'm/s'], 'windSpeed': ['Wind speed', 'm/s'],
'windGust': ['Wind gust', 'm/s'], 'windGust': ['Wind gust', 'm/s'],