diff --git a/source/_integrations/cover.template.markdown b/source/_integrations/cover.template.markdown index d9068e53dcc..3b8c0053a37 100644 --- a/source/_integrations/cover.template.markdown +++ b/source/_integrations/cover.template.markdown @@ -58,7 +58,7 @@ cover: required: exclusive type: template position_template: - description: Defines a template to get the state of the cover. Legal values are numbers between `0` (closed) and `100` (open). [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently. + description: Defines a template to get the position of the cover. Legal values are numbers between `0` (closed) and `100` (open). [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently. required: exclusive type: template icon_template: @@ -189,7 +189,7 @@ This example allows you to control two or more covers at once. homeassistant: customize: cover_group: - assume_state: true + assumed_state: true cover: - platform: template