mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Minimizing of the configuration sample (#1035)
This commit is contained in:
parent
fab9b3034e
commit
1ee63170cf
@ -25,7 +25,6 @@ group:
|
|||||||
entities:
|
entities:
|
||||||
- group.awesome_people
|
- group.awesome_people
|
||||||
- group.climate
|
- group.climate
|
||||||
|
|
||||||
kitchen:
|
kitchen:
|
||||||
name: Kitchen
|
name: Kitchen
|
||||||
entities:
|
entities:
|
||||||
|
@ -23,7 +23,6 @@ scene:
|
|||||||
state: on
|
state: on
|
||||||
xy_color: [0.33, 0.66]
|
xy_color: [0.33, 0.66]
|
||||||
brightness: 200
|
brightness: 200
|
||||||
|
|
||||||
- name: Movies
|
- name: Movies
|
||||||
entities:
|
entities:
|
||||||
light.tv_back_light:
|
light.tv_back_light:
|
||||||
@ -32,6 +31,11 @@ scene:
|
|||||||
light.ceiling: off
|
light.ceiling: off
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **name** (*Required*): Friendly name of scene.
|
||||||
|
- **entities** (*Required*): Entities to control.
|
||||||
|
|
||||||
Scenes can be activated using the service `scene.turn_on` (there is no 'scene.turn_off' service).
|
Scenes can be activated using the service `scene.turn_on` (there is no 'scene.turn_off' service).
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user