From a9d988eb7e567c0f5b998620fc9e5953d4cd0eb0 Mon Sep 17 00:00:00 2001 From: arsaboo Date: Wed, 13 Dec 2017 14:17:33 -0500 Subject: [PATCH] Removed entity_id from template cover --- source/_components/cover.template.markdown | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/_components/cover.template.markdown b/source/_components/cover.template.markdown index 6234334c082..1450be2d50d 100644 --- a/source/_components/cover.template.markdown +++ b/source/_components/cover.template.markdown @@ -48,10 +48,6 @@ cover: description: Name to use in the frontend. required: false 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: 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 @@ -201,9 +197,6 @@ cover: {% else %} mdi:window-closed {% endif %} - entity_id: - - cover.bedroom - - cover.livingroom sensor: - platform: template @@ -217,9 +210,6 @@ sensor: {% else %} closed {% endif %} - entity_id: - - cover.bedroom - - cover.livingroom script: cover_group: