mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix name allocation (#3890)
This commit is contained in:
parent
5ef8ca9b03
commit
a0fdb2778d
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user