mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
Fix all the light groups with the built in Hue Groups
This commit is contained in:
parent
c0bfff9ee2
commit
21b034bef8
@ -32,7 +32,10 @@
|
|||||||
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id:
|
||||||
|
- group.all_lights
|
||||||
|
- light.outfoor_front
|
||||||
|
- group.outdoor_lights
|
||||||
- service: script.interior_off
|
- service: script.interior_off
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,13 +28,12 @@
|
|||||||
- alias: Automated Light WatchDog!
|
- alias: Automated Light WatchDog!
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: light.hallway
|
entity_id:
|
||||||
state: 'on'
|
- light.hallway
|
||||||
for: '00:20:00'
|
- group.foyer_lights
|
||||||
- platform: state
|
|
||||||
entity_id: group.foyer_lights
|
|
||||||
state: 'on'
|
state: 'on'
|
||||||
for: '00:20:00'
|
for: '00:20:00'
|
||||||
|
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.paige_go
|
- light.paige_go
|
||||||
@ -50,26 +49,6 @@
|
|||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alias: If Outdoor lights are on and it's daytime, TURN THEM OFF!!
|
|
||||||
hide_entity: True
|
|
||||||
trigger:
|
|
||||||
- platform: time
|
|
||||||
minutes: '/47'
|
|
||||||
seconds: 0
|
|
||||||
|
|
||||||
condition:
|
|
||||||
- condition: state
|
|
||||||
entity_id: sun.sun
|
|
||||||
state: 'above_horizon'
|
|
||||||
- condition: state
|
|
||||||
entity_id: group.outdoor_lights
|
|
||||||
state: 'on'
|
|
||||||
|
|
||||||
action:
|
|
||||||
- service: light.turn_off
|
|
||||||
entity_id: group.outdoor_lights
|
|
||||||
|
|
||||||
|
|
||||||
- alias: "NOTIFY IF IP CHANGES"
|
- alias: "NOTIFY IF IP CHANGES"
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -83,13 +83,13 @@ light.outdoor_den:
|
|||||||
emulated_hue: True
|
emulated_hue: True
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
light.hallway:
|
light.kids_hallway:
|
||||||
friendly_name: 'Hallway'
|
friendly_name: 'Kids Hallway'
|
||||||
emulated_hue: False
|
emulated_hue: False
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
light.hallway_2:
|
light.bedroom_hallway:
|
||||||
friendly_name: 'Hallway'
|
friendly_name: 'Bedroom Hallway'
|
||||||
emulated_hue: False
|
emulated_hue: False
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
|
@ -81,5 +81,5 @@ Garage lights:
|
|||||||
|
|
||||||
Hallway Lights:
|
Hallway Lights:
|
||||||
entities:
|
entities:
|
||||||
- light.hallway
|
- light.kids_hallway
|
||||||
- light.bedroom_hallway
|
- light.bedroom_hallway
|
||||||
|
Loading…
x
Reference in New Issue
Block a user