Removed entity_id from template cover

This commit is contained in:
arsaboo 2017-12-13 14:17:33 -05:00
parent 4a04d8f869
commit a9d988eb7e

View File

@ -48,10 +48,6 @@ cover:
description: Name to use in the frontend. description: Name to use in the frontend.
required: false required: false
type: string type: string
entity_id:
description: Add a list of entity IDs so the switch only reacts to state changes of these entities. This will reduce the number of times the cover will try to update its state.
required: false
type: [string, list]
value_template: 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 `closed`/`false`. [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently.
required: exclusive required: exclusive
@ -201,9 +197,6 @@ cover:
{% else %} {% else %}
mdi:window-closed mdi:window-closed
{% endif %} {% endif %}
entity_id:
- cover.bedroom
- cover.livingroom
sensor: sensor:
- platform: template - platform: template
@ -217,9 +210,6 @@ sensor:
{% else %} {% else %}
closed closed
{% endif %} {% endif %}
entity_id:
- cover.bedroom
- cover.livingroom
script: script:
cover_group: cover_group: