2018-02-12 07:07:28 +00:00
|
|
|
# Describes the format for available cover services
|
|
|
|
|
|
|
|
open_cover:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Open
|
|
|
|
description: Open all or specified cover.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
close_cover:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Close
|
|
|
|
description: Close all or specified cover.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
|
2019-06-17 21:09:31 +00:00
|
|
|
toggle:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Toggle
|
|
|
|
description: Toggle a cover open/closed.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2019-06-17 21:09:31 +00:00
|
|
|
|
2018-02-12 07:07:28 +00:00
|
|
|
set_cover_position:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Set position
|
|
|
|
description: Move to specific position all or specified cover.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
fields:
|
|
|
|
position:
|
2021-02-18 11:25:16 +00:00
|
|
|
name: Position
|
|
|
|
description: Position of the cover
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 100
|
|
|
|
unit_of_measurement: "%"
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
stop_cover:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Stop
|
|
|
|
description: Stop all or specified cover.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
open_cover_tilt:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Open tilt
|
|
|
|
description: Open all or specified cover tilt.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
close_cover_tilt:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Close tilt
|
|
|
|
description: Close all or specified cover tilt.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2019-06-17 21:09:31 +00:00
|
|
|
|
|
|
|
toggle_cover_tilt:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Toggle tilt
|
|
|
|
description: Toggle a cover tilt open/closed.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
set_cover_tilt_position:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Set tilt position
|
|
|
|
description: Move to specific position all or specified cover tilt.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|
2018-02-12 07:07:28 +00:00
|
|
|
fields:
|
|
|
|
tilt_position:
|
2021-02-18 11:25:16 +00:00
|
|
|
name: Tilt position
|
|
|
|
description: Tilt position of the cover.
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 100
|
|
|
|
unit_of_measurement: "%"
|
2018-02-12 07:07:28 +00:00
|
|
|
|
|
|
|
stop_cover_tilt:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Stop tilt
|
|
|
|
description: Stop all or specified cover.
|
2021-02-18 11:25:16 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: cover
|