mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 09:58:17 +00:00
New Hue Lights in the Front!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user