Update Scene component configuration variable (#6774)

This commit is contained in:
Klaas Schoute 2018-10-14 09:14:05 +02:00 committed by Franck Nijhof
parent b5ff2b75bb
commit 7720618914

View File

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