Fix cover service description (#12243)

Parameter for `set_cover_tilt_position` is `tilt_position` not `position`.
This commit is contained in:
cdce8p 2018-02-08 16:09:42 +01:00 committed by Pascal Vizeli
parent 905bb36e6a
commit 231b62d043

View file

@ -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: