mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
28 lines
563 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|