mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user