mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Unit should be mph as that is what the metoffices datapoint API returns (#11760)
This commit is contained in:
parent
46bbd78b23
commit
0859e38bd5
@ -64,9 +64,9 @@ SENSOR_TYPES = {
|
||||
'weather': ['Weather', None],
|
||||
'temperature': ['Temperature', TEMP_CELSIUS],
|
||||
'feels_like_temperature': ['Feels Like Temperature', TEMP_CELSIUS],
|
||||
'wind_speed': ['Wind Speed', 'm/s'],
|
||||
'wind_speed': ['Wind Speed', 'mph'],
|
||||
'wind_direction': ['Wind Direction', None],
|
||||
'wind_gust': ['Wind Gust', 'm/s'],
|
||||
'wind_gust': ['Wind Gust', 'mph'],
|
||||
'visibility': ['Visibility', None],
|
||||
'visibility_distance': ['Visibility Distance', 'km'],
|
||||
'uv': ['UV', None],
|
||||
|
Loading…
x
Reference in New Issue
Block a user