mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix abreviation for miles in darksky sensor
This commit is contained in:
parent
80bc2666ac
commit
71dc41655c
@ -41,7 +41,7 @@ SENSOR_TYPES = {
|
|||||||
'icon': ['Icon', None, None, None, None, None, None,
|
'icon': ['Icon', None, None, None, None, None, None,
|
||||||
['currently', 'hourly', 'daily']],
|
['currently', 'hourly', 'daily']],
|
||||||
'nearest_storm_distance': ['Nearest Storm Distance',
|
'nearest_storm_distance': ['Nearest Storm Distance',
|
||||||
'km', 'm', 'km', 'km', 'm',
|
'km', 'mi', 'km', 'km', 'mi',
|
||||||
'mdi:weather-lightning', ['currently']],
|
'mdi:weather-lightning', ['currently']],
|
||||||
'nearest_storm_bearing': ['Nearest Storm Bearing',
|
'nearest_storm_bearing': ['Nearest Storm Bearing',
|
||||||
'°', '°', '°', '°', '°',
|
'°', '°', '°', '°', '°',
|
||||||
@ -74,7 +74,7 @@ SENSOR_TYPES = {
|
|||||||
['currently', 'hourly', 'daily']],
|
['currently', 'hourly', 'daily']],
|
||||||
'pressure': ['Pressure', 'mbar', 'mbar', 'mbar', 'mbar', 'mbar',
|
'pressure': ['Pressure', 'mbar', 'mbar', 'mbar', 'mbar', 'mbar',
|
||||||
'mdi:gauge', ['currently', 'hourly', 'daily']],
|
'mdi:gauge', ['currently', 'hourly', 'daily']],
|
||||||
'visibility': ['Visibility', 'km', 'm', 'km', 'km', 'm', 'mdi:eye',
|
'visibility': ['Visibility', 'km', 'mi', 'km', 'km', 'mi', 'mdi:eye',
|
||||||
['currently', 'hourly', 'daily']],
|
['currently', 'hourly', 'daily']],
|
||||||
'ozone': ['Ozone', 'DU', 'DU', 'DU', 'DU', 'DU', 'mdi:eye',
|
'ozone': ['Ozone', 'DU', 'DU', 'DU', 'DU', 'DU', 'mdi:eye',
|
||||||
['currently', 'hourly', 'daily']],
|
['currently', 'hourly', 'daily']],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user