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: