mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
* Add prettier (in pre-commit and CI) * Make all file prettier * Change order * Add to Azure Pipelines * Fix a YAML file prettier caught as invalid * Remove flow mapping using curly braces from all YAML service files
13 lines
485 B
YAML
13 lines
485 B
YAML
ptz:
|
|
description: Pan/Tilt service for Foscam camera.
|
|
fields:
|
|
entity_id:
|
|
description: Name(s) of entities to move.
|
|
example: "camera.living_room_camera"
|
|
movement:
|
|
description: "Direction of the movement. Allowed values: up, down, left, right, top_left, top_right, bottom_left, bottom_right."
|
|
example: "up"
|
|
travel_time:
|
|
description: "(Optional) Travel time in seconds. Allowed values: float from 0 to 1. Default: 0.125"
|
|
example: 0.125
|