2020-12-28 21:09:53 +00:00
|
|
|
# Describes the format for available motion blinds services
|
|
|
|
|
|
|
|
set_absolute_position:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Set absolute position
|
2020-12-28 21:09:53 +00:00
|
|
|
description: "Set the absolute position of the cover."
|
2021-05-15 09:06:34 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: motion_blinds
|
|
|
|
domain: cover
|
2020-12-28 21:09:53 +00:00
|
|
|
fields:
|
|
|
|
absolute_position:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Absolute position
|
2020-12-28 21:09:53 +00:00
|
|
|
description: Absolute position to move to.
|
2021-05-15 09:06:34 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 100
|
2020-12-28 21:09:53 +00:00
|
|
|
width:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Width
|
|
|
|
description: Specify the width that is covered, only for TDBU Combined entities.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 100
|