1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/sun/icons.json
2024-01-20 15:16:32 -05:00

34 lines
657 B
JSON

{
"entity": {
"sensor": {
"next_dawn": {
"default": "mdi:sun-clock"
},
"next_dusk": {
"default": "mdi:sun-clock"
},
"next_midnight": {
"default": "mdi:sun-clock"
},
"next_noon": {
"default": "mdi:sun-clock"
},
"next_rising": {
"default": "mdi:sun-clock"
},
"next_setting": {
"default": "mdi:sun-clock"
},
"solar_elevation": {
"default": "mdi:theme-light-dark"
},
"solar_azimuth": {
"default": "mdi:sun-angle"
},
"solar_rising": {
"default": "mdi:sun-clock"
}
}
}
}