2017-07-01 04:06:56 +00:00
|
|
|
# Describes the format for available camera services
|
|
|
|
|
|
|
|
enable_motion_detection:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Enable the motion detection in a camera.
|
2017-07-01 04:06:56 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to enable motion detection.
|
2017-07-01 04:06:56 +00:00
|
|
|
example: 'camera.living_room_camera'
|
|
|
|
|
|
|
|
disable_motion_detection:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Disable the motion detection in a camera.
|
2017-10-29 22:14:26 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to disable motion detection.
|
2017-10-29 22:14:26 +00:00
|
|
|
example: 'camera.living_room_camera'
|
|
|
|
|
|
|
|
snapshot:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Take a snapshot from a camera.
|
2017-07-01 04:06:56 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to create snapshots from.
|
2017-07-01 04:06:56 +00:00
|
|
|
example: 'camera.living_room_camera'
|
2017-10-29 22:14:26 +00:00
|
|
|
filename:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Template of a Filename. Variable is entity_id.
|
2017-10-29 22:14:26 +00:00
|
|
|
example: '/tmp/snapshot_{{ entity_id }}'
|