From e3ada94da20125a0445a7f3739021eb0dc8dc6ff Mon Sep 17 00:00:00 2001 From: Tony-Munich Date: Tue, 21 Apr 2020 17:00:01 +0200 Subject: [PATCH] Wording change to explanation of the actions (#13115) The wording of the action configuration variables was misleading. The way it reads is that the action will happen once the cover is in that position. I should read as the actions will cause the cover to be in those positions. Ex. : open_cover "Defines an action to run when the cover is opened." Most people would read that to mean once the condition is satisfied of the cover being open, the action will then run. It should be that the action will cause the cover to open. I made these changes to the 5 action variables to hopefully make that clearer as it confused me when I was looking to create a cover template. --- source/_integrations/cover.template.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/cover.template.markdown b/source/_integrations/cover.template.markdown index 0cb4936a288..e4c01e0e1d4 100644 --- a/source/_integrations/cover.template.markdown +++ b/source/_integrations/cover.template.markdown @@ -74,23 +74,23 @@ cover: required: false type: string open_cover: - description: Defines an action to run when the cover is opened. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified. + description: Defines an action to open the cover. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified. required: inclusive type: action close_cover: - description: Defines an action to run when the cover is closed. + description: Defines an action to close the cover. required: inclusive type: action stop_cover: - description: Defines an action to run when the cover is stopped. + description: Defines an action to stop the cover. required: false type: action set_cover_position: - description: Defines an action to run when the cover is set to a specific value (between `0` and `100`). + description: Defines an action to set to a cover position (between `0` and `100`). required: false type: action set_cover_tilt_position: - description: Defines an action to run when the cover tilt is set to a specific value (between `0` and `100`). + description: Defines an action to set the tilt of a cover (between `0` and `100`). required: false type: action optimistic: