Return of entity_id in template platforms (#4600)
This commit is contained in:
parent
99c835699b
commit
045422dad6
5 changed files with 23 additions and 0 deletions
|
@ -51,6 +51,10 @@ light:
|
|||
description: Name to use in the frontend.
|
||||
required: false
|
||||
type: string
|
||||
entity_id:
|
||||
description: A list of entity IDs so the light only reacts to state changes of these entities. This can be used if the automatic analysis fails to find all relevant entities.
|
||||
required: false
|
||||
type: [string, list]
|
||||
value_template:
|
||||
description: Defines a template to get the state of the light.
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue