mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
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
@ -51,8 +51,8 @@ set_cover_tilt_position:
|
|||||||
entity_id:
|
entity_id:
|
||||||
description: Name(s) of cover(s) to set cover tilt position.
|
description: Name(s) of cover(s) to set cover tilt position.
|
||||||
example: 'cover.living_room'
|
example: 'cover.living_room'
|
||||||
position:
|
tilt_position:
|
||||||
description: Position of the cover (0 to 100).
|
description: Tilt position of the cover (0 to 100).
|
||||||
example: 30
|
example: 30
|
||||||
|
|
||||||
stop_cover_tilt:
|
stop_cover_tilt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user