Remove entity_id from template switch
This commit is contained in:
parent
c0f53f6079
commit
4a04d8f869
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue