Add service icons to Agent DVR (#113273)

This commit is contained in:
Joost Lekkerkerker
2024-03-14 13:54:45 +01:00
committed by GitHub
parent 816d984cac
commit 1fd447f65b

View File

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