Fix configuration block on the Scenes page (#20056)

This commit is contained in:
Peter Nijssen 2021-10-30 16:56:45 +02:00 committed by GitHub
parent 6f5276a6a3
commit 7bbeb64736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: