From c0f53f60792c9235e1cf7ae4abd682fb3a54ce8f Mon Sep 17 00:00:00 2001 From: arsaboo Date: Wed, 13 Dec 2017 14:13:51 -0500 Subject: [PATCH] Removed entity_id from light template --- source/_components/light.template.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown index 69f0315c940..b258d01205b 100755 --- a/source/_components/light.template.markdown +++ b/source/_components/light.template.markdown @@ -51,10 +51,6 @@ light: 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 light will try to update its state. - required: false - type: [string, list] value_template: description: Defines a template to get the state of the light. required: false