Remove entity_id from template switch

This commit is contained in:
arsaboo 2017-12-13 14:15:05 -05:00
parent c0f53f6079
commit 4a04d8f869

View File

@ -55,10 +55,6 @@ switch:
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 switch will try to update its state.
required: false
type: [string, list]
value_template: value_template:
description: Defines a template to set the state of the switch. description: Defines a template to set the state of the switch.
required: true required: true