Minimizing of the configuration sample (#1035)

This commit is contained in:
Fabian Affolter 2016-10-02 17:13:11 +02:00 committed by GitHub
parent fab9b3034e
commit 1ee63170cf
3 changed files with 10 additions and 7 deletions

View File

@ -25,7 +25,6 @@ group:
entities:
- group.awesome_people
- group.climate
kitchen:
name: Kitchen
entities:

View File

@ -23,7 +23,6 @@ scene:
state: on
xy_color: [0.33, 0.66]
brightness: 200
- name: Movies
entities:
light.tv_back_light:
@ -32,6 +31,11 @@ scene:
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).
```yaml

View File

@ -45,7 +45,7 @@ Configuration variables:
- **longitude** (*Required*): Longitude of the center point of the zone.
- **radius** (*Optional*): Optional radius in meters. Defaults to 100 meters.
- **icon** (*Optional*): Optional icon to show instead of name.
- **passive** (*Optional*): Optional boolean to only use the zone for automation and hide it from the UI and not use the zone for device tracker name. Defaults to false.
- **passive** (*Optional*): Optional boolean to only use the zone for automation and hide it from the UI and not use the zone for device tracker name. Defaults to false.
#### {% linkable_title Home zone %}