From e42f9c92602a3b4220409113a8ae003ef2e81c4f Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Fri, 2 Dec 2016 18:56:33 +0000 Subject: [PATCH] Changing names and adding sensors .. Boom .. Mic drop. --- README.md | 1 + automation/sunrise_turnon_and_off.yaml | 4 +--- automation/watchdog.yaml | 4 ++++ configuration.yaml | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aae29c02..129aa339 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt * (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH. * (IFTTT) Blink ALL lights if Winds get to 70MPH - Hurricance warning. * Halloween Special - Flash all front lights when motion is detected via SkyBell (IFTTT - Maker) +* Sets up the front lights in the house with preset colors depending on the month. ![Screenshot of Home View](https://i.imgur.com/2mFr9HP.png) ![Screenshot of Garage Door View](https://i.imgur.com/GhMf2Lo.png) diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 2928aa49..28dd339c 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -25,9 +25,7 @@ action: - service: light.turn_off - entity_id: group.all_lights - data: - transition: 1200 + entity_id: group.all_lights - service: script.switch_turn_off_all diff --git a/automation/watchdog.yaml b/automation/watchdog.yaml index baa097b5..b9ea2e23 100755 --- a/automation/watchdog.yaml +++ b/automation/watchdog.yaml @@ -31,6 +31,10 @@ entity_id: light.hallway state: 'on' for: '00:20:00' + - platform: state + entity_id: group.foyer_lights + state: 'on' + for: '00:20:00' #Turn it off! action: diff --git a/configuration.yaml b/configuration.yaml index c5debfae..eef16413 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -62,6 +62,8 @@ logbook: - sensor.garadget_small_reflection_rate - sensor.garadget_large_reflection_rate - group.garage_doors + - sensor.time + - sensor.date #logger: # default: info recorder: