1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 13:41:18 +01:00
Files
core/homeassistant/components/elgato/icons.json
2024-08-28 13:47:02 +02:00

18 lines
267 B
JSON

{
"entity": {
"switch": {
"bypass": {
"default": "mdi:battery-off-outline"
},
"energy_saving": {
"default": "mdi:leaf"
}
}
},
"services": {
"identify": {
"service": "mdi:crosshairs-question"
}
}
}