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:
parent
4a9fbfd344
commit
899f9f506d
1 changed files with 7 additions and 5 deletions
|
@ -64,11 +64,13 @@ Notice in the example below that in order to refer to the group "Living Room", y
|
||||||
entities:
|
entities:
|
||||||
- light.light_family_1
|
- light.light_family_1
|
||||||
- binary_sensor.motion_living
|
- binary_sensor.motion_living
|
||||||
|
|
||||||
Bedroom: light.light_bedroom, switch.sleeping
|
Bedroom: light.light_bedroom, switch.sleeping
|
||||||
Rooms:
|
|
||||||
view: yes
|
Rooms:
|
||||||
|
view: yes
|
||||||
name: Rooms
|
name: Rooms
|
||||||
entities:
|
entities:
|
||||||
- group.living_room
|
- group.living_room
|
||||||
- group.bedroom
|
- group.bedroom
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue