mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
20 lines
330 B
JSON
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"
|
|
}
|
|
}
|
|
}
|