From 7344b18633ec5a465f22421ac7427c37670e4202 Mon Sep 17 00:00:00 2001 From: Tom Duijf Date: Fri, 16 Oct 2015 19:27:48 +0200 Subject: [PATCH] Fixed formatting --- .../dim_lights_when_playing_media.markdown | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/source/cookbook/dim_lights_when_playing_media.markdown b/source/cookbook/dim_lights_when_playing_media.markdown index 5b4e2ba9d6e..b3162bd8e4d 100644 --- a/source/cookbook/dim_lights_when_playing_media.markdown +++ b/source/cookbook/dim_lights_when_playing_media.markdown @@ -23,28 +23,28 @@ A 2 second transition gives a nice 'feel' to the switch. scene: - name: Livingroom normal entities: - light.light1: - state: on - transition: 2 - brightness: 150 - xy_color: [ 0.4448, 0.4066 ] - light.light2: - state: on - transition: 2 - brightness: 215 - xy_color: [ 0.4448, 0.4066 ] + light.light1: + state: on + transition: 2 + brightness: 150 + xy_color: [ 0.4448, 0.4066 ] + light.light2: + state: on + transition: 2 + brightness: 215 + xy_color: [ 0.4448, 0.4066 ] - name: Livingroom dim entities: - light.light1 - state: on - transition: 2 - brightness: 75 - xy_color: [ 0.5926, 0.3814 ] - light.light2 - state: on - transition: 2 - brightness: 145 - xy_color: [ 0.5529, 0.4107 ] + light.light1: + state: on + transition: 2 + brightness: 75 + xy_color: [ 0.5926, 0.3814 ] + light.light2: + state: on + transition: 2 + brightness: 145 + xy_color: [ 0.5529, 0.4107 ] ```