From 4a04d8f86942e58ce2e45de6863ea0e651ef3111 Mon Sep 17 00:00:00 2001 From: arsaboo Date: Wed, 13 Dec 2017 14:15:05 -0500 Subject: [PATCH] Remove entity_id from template switch --- source/_components/switch.template.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index 93880fe6f65..a6f545a97be 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -55,10 +55,6 @@ switch: 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 switch will try to update its state. - required: false - type: [string, list] value_template: description: Defines a template to set the state of the switch. required: true