From 4c6e636dfa2a1d2999fcfd564457c22838daf8c4 Mon Sep 17 00:00:00 2001 From: Alsatian67 Date: Wed, 4 Jun 2025 18:16:35 +0200 Subject: [PATCH] Fix legacy cover_template option names in template.markdown (#39388) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 9afe6db582e..d1d3904f8b2 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -303,7 +303,7 @@ cover: type: map keys: state: - description: Defines a template to get the state of the cover. Valid output values from the template are `open`, `opening`, `closing` and `closed` which are directly mapped to the corresponding states. In addition, `true` is valid as a synonym to `open` and `false` as a synonym to `closed`. If [both a `value_template` and a `position_template`](#combining-value_template-and-position_template) are specified, only `opening` and `closing` are set from the `value_template`. If the template produces a `None` value the state will be set to `unknown`. + description: Defines a template to get the state of the cover. Valid output values from the template are `open`, `opening`, `closing` and `closed` which are directly mapped to the corresponding states. In addition, `true` is valid as a synonym to `open` and `false` as a synonym to `closed`. If [both a `state` and a `position` template](/integrations/cover.template/#combining-value_template-and-position_template) are specified, only `opening` and `closing` are set from the `state` template. If the template produces a `None` value the state will be set to `unknown`. required: false type: template position: