mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Add service icons to Agent DVR (#113273)
This commit is contained in:
parent
816d984cac
commit
1fd447f65b
9
homeassistant/components/agent_dvr/icons.json
Normal file
9
homeassistant/components/agent_dvr/icons.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user