core/homeassistant/components/abode/icons.json

21 lines
306 B
JSON
Raw Normal View History

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