mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix legacy cover_template option names in template.markdown (#39388)
This commit is contained in:
parent
5ffbce7738
commit
4c6e636dfa
@ -303,7 +303,7 @@ cover:
|
|||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
state:
|
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
|
required: false
|
||||||
type: template
|
type: template
|
||||||
position:
|
position:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user