hass-core/homeassistant/components/abode/icons.json
2024-03-14 19:26:01 +01:00

14 lines
231 B
JSON

{
"entity": {
"switch": {
"automation": {
"default": "mdi:robot"
}
}
},
"services": {
"capture_image": "mdi:camera",
"change_setting": "mdi:cog",
"trigger_automation": "mdi:play"
}
}