From c75ae7b2569257ef91fe598119aa158e9a3940a8 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 9 Nov 2016 05:41:28 +0000 Subject: [PATCH] Fixing lights and stuff --- README.md | 2 +- automation/good_night.yaml | 4 +++- automation/sunrise_turnon.yaml | 2 +- group/lights.yaml | 8 ++++++-- scene/tv_time.yaml | 26 ++++++++++++++++---------- 5 files changed, 27 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 73bc4829..67c37259 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is my Home Assistant Configuration created with the All In One installer. I update it pretty regularly. Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0). I've also added a [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2) -Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](https://github.com/maddox/dasher), SSL via SSLS.com - 5 Bucks A Year! +Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](https://github.com/maddox/dasher), SSL via [SSLS](SSLS.com) - 5 Bucks A Year! **Devices I have :** * Lots of iOS Devices (iPads, iPods, iPhones) diff --git a/automation/good_night.yaml b/automation/good_night.yaml index ec14e534..cc60b24b 100755 --- a/automation/good_night.yaml +++ b/automation/good_night.yaml @@ -32,4 +32,6 @@ - service: switch.turn_off entity_id: group.amps - service: switch.turn_off - entity_id: switch.foyer_outlet \ No newline at end of file + entity_id: switch.foyer_outlet + + \ No newline at end of file diff --git a/automation/sunrise_turnon.yaml b/automation/sunrise_turnon.yaml index a2f14dd4..8ffae9f3 100755 --- a/automation/sunrise_turnon.yaml +++ b/automation/sunrise_turnon.yaml @@ -30,5 +30,5 @@ - service: switch.turn_off entity_id: switch.foyer_outlet - service: light.turn_off - entity_id: light.outdoor_foyer + entity_id: group.outdoor_lights \ No newline at end of file diff --git a/group/lights.yaml b/group/lights.yaml index bc4e50bd..38587565 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -25,7 +25,7 @@ Living Room Accents: entities: - light.couch_1 - light.tv_light - - light.tv_stand + - light.tv_stand_light Dinette lights: entities: @@ -40,7 +40,6 @@ Foyer lights: entities: - light.foyer_door - light.foyer - - light.outdoor_foyer Office lights: entities: @@ -64,6 +63,11 @@ Outdoor Pool Lights: - light.pool_back_left - light.pool_back_left +Outdoor Lights: + entities: + - light.outdoor_foyer + - light.pool_bathroom + Garage lights: entities: - light.garage_attic diff --git a/scene/tv_time.yaml b/scene/tv_time.yaml index 6d0e3677..1744ffe0 100755 --- a/scene/tv_time.yaml +++ b/scene/tv_time.yaml @@ -1,11 +1,17 @@ - name: Living Room TV Time entities: - group.dinette: + group.foyer: + state: off + transition: 100 + group.office: state: off transition: 10 + group.dinette: + state: off + transition: 100 group.kitchen: state: off - transition: 10 + transition: 100 light.living_room_front_left: state: off transition: 10 @@ -23,18 +29,18 @@ state: on transition: 40 brightness: 1 - light.couch_1: + light.tv_stand_light: state: on transition: 400 - xy_color: [0.6621,0.3023] - brightness: 255 - light.couch_2: + xy_color: [0.5014,0.4153] + brightness: 150 + light.tv_light: state: on transition: 400 - xy_color: [0.6621,0.3023] - brightness: 255 - light.couch_tv: + xy_color: [0.5014,0.4153] + brightness: 125 + light.couch_1: state: on transition: 400 xy_color: [0.6621,0.3023] - brightness: 100 + brightness: 255