mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Fix cover service description (#12243)
Parameter for `set_cover_tilt_position` is `tilt_position` not `position`.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user