1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/qbus/icons.json

13 lines
188 B
JSON

{
"entity": {
"binary_sensor": {
"raining": {
"default": "mdi:weather-pouring"
},
"twilight": {
"default": "mdi:weather-sunset"
}
}
}
}