mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update Scene component configuration variable (#6774)
This commit is contained in:
parent
b5ff2b75bb
commit
7720618914
@ -34,10 +34,16 @@ scene:
|
|||||||
source: HDMI 1
|
source: HDMI 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Required*): Friendly name of scene.
|
description: Friendly name of scene.
|
||||||
- **entities** (*Required*): Entities to control.
|
required: true
|
||||||
|
type: string
|
||||||
|
entities:
|
||||||
|
description: Entities to control.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
As you can see, there are two ways to define the states of each `entity_id`:
|
As you can see, there are two ways to define the states of each `entity_id`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user