From f185fb01b43e8085876221d7c0ce2f24ccea24d2 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 28 Feb 2021 14:52:03 +0100 Subject: [PATCH] Wrong word in template cover (#16770) --- source/_integrations/cover.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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