mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-06 02:06:48 +00:00
Template cover: added new valid states (#14646)
Added opening and closing as new valid states which can be used in value_template
This commit is contained in:
parent
a6f6e22efe
commit
b3671be008
@ -54,7 +54,7 @@ cover:
|
||||
required: false
|
||||
type: string
|
||||
value_template:
|
||||
description: Defines a template to get the state of the cover. Valid values are `open`/`true` or `closed`/`false`. [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently.
|
||||
description: Defines a template to get the state of the cover. Valid values are `open`/`true` or `opening`/`closing`/`closed`/`false`. [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently.
|
||||
required: exclusive
|
||||
type: template
|
||||
position_template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user