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
|
||||
all required parameters as listed below.
|
||||
|
||||
```yaml
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Friendly name of the scene.
|
||||
@ -47,7 +46,6 @@ entities:
|
||||
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