mirror of https://github.com/home-assistant/core
38 lines
734 B
JSON
38 lines
734 B
JSON
{
|
|
"services": {
|
|
"enable_recording": {
|
|
"service": "mdi:record-rec"
|
|
},
|
|
"disable_recording": {
|
|
"service": "mdi:stop"
|
|
},
|
|
"enable_audio": {
|
|
"service": "mdi:volume-high"
|
|
},
|
|
"disable_audio": {
|
|
"service": "mdi:volume-off"
|
|
},
|
|
"enable_motion_recording": {
|
|
"service": "mdi:motion-sensor"
|
|
},
|
|
"disable_motion_recording": {
|
|
"service": "mdi:motion-sensor-off"
|
|
},
|
|
"goto_preset": {
|
|
"service": "mdi:pan"
|
|
},
|
|
"set_color_bw": {
|
|
"service": "mdi:palette"
|
|
},
|
|
"start_tour": {
|
|
"service": "mdi:panorama"
|
|
},
|
|
"stop_tour": {
|
|
"service": "mdi:panorama-outline"
|
|
},
|
|
"ptz_control": {
|
|
"service": "mdi:pan"
|
|
}
|
|
}
|
|
}
|