1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/smhi/icons.json
2025-07-16 12:25:10 +02:00

28 lines
563 B
JSON

{
"entity": {
"sensor": {
"thunder": {
"default": "mdi:lightning-bolt"
},
"total_cloud": {
"default": "mdi:cloud"
},
"low_cloud": {
"default": "mdi:cloud-arrow-down"
},
"medium_cloud": {
"default": "mdi:cloud-arrow-right"
},
"high_cloud": {
"default": "mdi:cloud-arrow-up"
},
"precipitation_category": {
"default": "mdi:weather-pouring"
},
"frozen_precipitation": {
"default": "mdi:weather-snowy-rainy"
}
}
}
}