From 74c1f38e06969654a0b1363561fa97a318d3c131 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 24 Nov 2016 01:16:05 +0000 Subject: [PATCH] line spacers and readability. --- automation/good_night.yaml | 6 +++++- automation/sunrise_turnon_and_off.yaml | 5 +++-- automation/watchdog.yaml | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/automation/good_night.yaml b/automation/good_night.yaml index 665f7966..6f9b8b90 100755 --- a/automation/good_night.yaml +++ b/automation/good_night.yaml @@ -2,7 +2,7 @@ ## Good night Routine ###################################################################### -- alias: 'Good Morning Routine' +- alias: 'Good Night Routine' trigger: - platform: event event_type: good_night @@ -16,6 +16,10 @@ - service: light.turn_off entity_id: - group.interior_lights + - service: switch.turn_off + entity_id: switch.kitchen_accents + + \ No newline at end of file diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 25aed5ac..ba4a288e 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -17,13 +17,14 @@ - service: light.turn_on data: entity_id: light.outdoor_foyer - brightness: 200 + brightness: 235 #rgb_color: [61,178,112] #Green rgb_color: [255,112,242] #Purple - +###################################################################### + - alias: 'Sunset Stuff off' trigger: - platform: sun diff --git a/automation/watchdog.yaml b/automation/watchdog.yaml index 4ffce985..40261f60 100755 --- a/automation/watchdog.yaml +++ b/automation/watchdog.yaml @@ -23,6 +23,8 @@ data_template: entity_id: "{{ trigger.entity_id }}" + ############################################################################## + - alias: Automated Light WatchDog! trigger: - platform: state