Fix cover service description (#12243)
Parameter for `set_cover_tilt_position` is `tilt_position` not `position`.
This commit is contained in:
parent
905bb36e6a
commit
231b62d043
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ set_cover_tilt_position:
|
|||
entity_id:
|
||||
description: Name(s) of cover(s) to set cover tilt position.
|
||||
example: 'cover.living_room'
|
||||
position:
|
||||
description: Position of the cover (0 to 100).
|
||||
tilt_position:
|
||||
description: Tilt position of the cover (0 to 100).
|
||||
example: 30
|
||||
|
||||
stop_cover_tilt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue