mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **name** (*Required*): Friendly name of scene.
|
||||
- **entities** (*Required*): Entities to control.
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Friendly name of scene.
|
||||
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`:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user