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:
Richard van Duijn 2020-09-29 17:23:47 +02:00 committed by GitHub
parent a6f6e22efe
commit b3671be008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: