mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add range icons for wind_direction sensor device class (#147090)
Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
parent
cfdd7fbbce
commit
4ca39ec7c3
@ -176,7 +176,18 @@
|
||||
"default": "mdi:weight"
|
||||
},
|
||||
"wind_direction": {
|
||||
"default": "mdi:compass-rose"
|
||||
"default": "mdi:compass-rose",
|
||||
"range": {
|
||||
"0": "mdi:arrow-down",
|
||||
"22.5": "mdi:arrow-bottom-left",
|
||||
"67.5": "mdi:arrow-left",
|
||||
"112.5": "mdi:arrow-top-left",
|
||||
"157.5": "mdi:arrow-up",
|
||||
"202.5": "mdi:arrow-top-right",
|
||||
"247.5": "mdi:arrow-right",
|
||||
"292.5": "mdi:arrow-bottom-right",
|
||||
"337.5": "mdi:arrow-down"
|
||||
}
|
||||
},
|
||||
"wind_speed": {
|
||||
"default": "mdi:weather-windy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user