Files
ha-core/homeassistant/components/agent_dvr/icons.json
2025-10-28 10:33:10 +01:00

20 lines
330 B
JSON

{
"services": {
"disable_alerts": {
"service": "mdi:bell-off"
},
"enable_alerts": {
"service": "mdi:bell-alert"
},
"snapshot": {
"service": "mdi:camera"
},
"start_recording": {
"service": "mdi:record-rec"
},
"stop_recording": {
"service": "mdi:stop"
}
}
}