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,7 +64,9 @@ 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
|
||||
name: Rooms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue