core/homeassistant/components/abode/icons.json

15 lines
231 B
JSON
Raw Normal View History

{
"entity": {
"switch": {
"automation": {
"default": "mdi:robot"
}
}
2024-03-14 18:26:01 +00:00
},
"services": {
"capture_image": "mdi:camera",
"change_setting": "mdi:cog",
"trigger_automation": "mdi:play"
}
}