hass-core/homeassistant/components/motion_blinds/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

25 lines
631 B
YAML

# Describes the format for available motion blinds services
set_absolute_position:
name: Set absolute position
description: "Set the absolute position of the cover."
target:
entity:
integration: motion_blinds
domain: cover
fields:
absolute_position:
name: Absolute position
description: Absolute position to move to.
required: true
selector:
number:
min: 1
max: 100
width:
name: Width
description: Specify the width that is covered, only for TDBU Combined entities.
selector:
number:
min: 1
max: 100