1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/nice_go/icons.json
2025-10-28 10:33:10 +01:00

15 lines
206 B
JSON

{
"entity": {
"event": {
"barrier_obstructed": {
"default": "mdi:garage-alert"
}
},
"switch": {
"vacation_mode": {
"default": "mdi:beach"
}
}
}
}