Changing names and adding sensors .. Boom .. Mic drop.

This commit is contained in:
CCOSTAN
2016-12-02 18:56:33 +00:00
parent 86bedc9e7c
commit e42f9c9260
4 changed files with 8 additions and 3 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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:

View File

@@ -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: