mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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,7 +64,9 @@ 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:
|
Rooms:
|
||||||
view: yes
|
view: yes
|
||||||
name: Rooms
|
name: Rooms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user