New Hue Lights in the Front!

This commit is contained in:
CCOSTAN
2016-11-27 18:40:52 +00:00
parent 50bdede81a
commit b73a669bd5
6 changed files with 46 additions and 12 deletions

View File

@@ -56,7 +56,6 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* Notifications and Close garage doors if left open after 9 or 10 PM.
* Monitor the reflection rates of Garadget and notify when they being to drop too low when closed (indicating a shift in the controller)
* Configure the Alexa Component.
* Turn on Accent lights when TV is sensed on.
* Put Dash Buttons out there.
* Put Door Sensor in Mailbox
* Add Pi-Hole (Ad blocking) to the network with the Pi Zero. (Add to Home Assistant)

View File

@@ -33,11 +33,19 @@
- light.living_room_slider
- light.foyer_door
- light.fridge
- light.sink
- light.M1_front_right
- light.S1
- light.S4
data:
brightness: 150
- service: switch.turn_on
entity_id: switch.kitchen_accents
- delay: 00:15:00
- service: light.turn_off
entity_id:
- light.S1
- light.S4
- light.foyer_door
- light.fridge

View File

@@ -20,9 +20,30 @@
brightness: 235
#rgb_color: [61,178,112]
#Green
rgb_color: [255,112,242]
#rgb_color: [255,112,242]
#Purple
rgb_color: [206,22,32]
#red
- service: light.turn_on
data:
entity_id: light.outdoor_scounce_1
brightness: 235
rgb_color: [61,178,112]
#Green
#rgb_color: [255,112,242]
#Purple
#rgb_color: [206,22,32]
#red
- service: light.turn_on
data:
entity_id: light.outdoor_scounce_2
brightness: 235
#rgb_color: [61,178,112]
#Green
#rgb_color: [255,112,242]
#Purple
rgb_color: [206,22,32]
#red
######################################################################
- alias: 'Sunset Stuff off'
@@ -37,7 +58,7 @@
- service: switch.turn_off
entity_id: switch.foyer_outlet
- service: light.turn_off
entity_id: light.outdoor_foyer
entity_id: group.outdoor_front_lights
data:
transition: 1200
- service: light.turn_off

View File

@@ -11,7 +11,7 @@
event_type: tv_time
- platform: state
entity_id: sensor.samsungtv
state: Online
state: 'Online'
- platform: time
after: '20:00:00'
@@ -23,7 +23,7 @@
state: home
- condition: state
entity_id: sensor.samsungtv
state: Online
state: 'Online'
- condition: state
entity_id: sun.sun
state: 'below_horizon'
@@ -45,7 +45,7 @@
trigger:
- platform: state
entity_id: sensor.samsungtv
state: offline
state: 'Offline'
condition:
condition: and

View File

@@ -15,5 +15,5 @@ Interior Lights:
Outdoor Lights:
entities:
- light.outdoor_foyer
- light.outdoor_bathroom
- light.outdoor_bathroom
- group.outdoor_front_lights

View File

@@ -62,7 +62,13 @@ Outdoor Pool Lights:
- light.P1_front_right
- light.P1_back_left
- light.P1_back_left
Outdoor Front Lights:
entities:
- light.outdoor_foyer
- light.outdoor_scounce_1
- light.outdoor_scounce_2
Garage lights:
entities:
- light.garage_attic