hass-core/homeassistant/components/agent_dvr/icons.json
2024-03-14 13:54:45 +01:00

9 lines
205 B
JSON

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