Line wrap was causing formatting shenaigans (#666)

There were a ton of trailing spaces at the end of some of the YAML definitions which caused the resulting output to look rather ugly.
This commit is contained in:
Tim Soderstrom 2016-07-21 10:23:53 -05:00 committed by Fabian Affolter
parent 4a9fbfd344
commit 899f9f506d

View File

@ -64,11 +64,13 @@ Notice in the example below that in order to refer to the group "Living Room", y
entities:
- light.light_family_1
- binary_sensor.motion_living
Bedroom: light.light_bedroom, switch.sleeping
Rooms:
view: yes
Rooms:
view: yes
name: Rooms
entities:
- group.living_room
entities:
- group.living_room
- group.bedroom
```
```