mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Removed entity_id from light template
This commit is contained in:
parent
05485cf18a
commit
c0f53f6079
@ -51,10 +51,6 @@ light:
|
|||||||
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 light will try to update its state.
|
|
||||||
required: false
|
|
||||||
type: [string, list]
|
|
||||||
value_template:
|
value_template:
|
||||||
description: Defines a template to get the state of the light.
|
description: Defines a template to get the state of the light.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user