Add service icons to Agent DVR (#113273)

pull/113411/head
Joost Lekkerkerker 2024-03-14 13:54:45 +01:00 committed by GitHub
parent 816d984cac
commit 1fd447f65b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

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"
}
}