mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
New Hue Lights in the Front!
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -15,5 +15,5 @@ Interior Lights:
|
||||
|
||||
Outdoor Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
- light.outdoor_bathroom
|
||||
- light.outdoor_bathroom
|
||||
- group.outdoor_front_lights
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user