mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix configuration block on the Scenes page (#20056)
This commit is contained in:
parent
6f5276a6a3
commit
7bbeb64736
@ -32,7 +32,6 @@ scene:
|
|||||||
In the scene you define in your YAML files, please ensure you use
|
In the scene you define in your YAML files, please ensure you use
|
||||||
all required parameters as listed below.
|
all required parameters as listed below.
|
||||||
|
|
||||||
```yaml
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
name:
|
name:
|
||||||
description: Friendly name of the scene.
|
description: Friendly name of the scene.
|
||||||
@ -47,7 +46,6 @@ entities:
|
|||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
{% endconfiguration %}
|
{% 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