2018-01-02 00:00:45 +00:00
|
|
|
###################################
|
|
|
|
## Late Night lights Section
|
|
|
|
# @CCOSTAN
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
###################################
|
|
|
|
- alias: 'Late Night Helper'
|
2020-07-20 18:33:03 +00:00
|
|
|
id: acacc9b4-b66d-46d2-bf6d-47b75afddb57
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: group.family
|
2020-06-21 17:43:35 +00:00
|
|
|
to: 'home'
|
2018-01-02 00:00:45 +00:00
|
|
|
|
|
|
|
condition:
|
|
|
|
condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: state
|
|
|
|
entity_id: sun.sun
|
|
|
|
state: 'below_horizon'
|
|
|
|
- condition: state
|
|
|
|
entity_id: group.bed
|
|
|
|
state: 'off'
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: light.turn_on
|
|
|
|
entity_id:
|
2024-12-07 22:03:25 +00:00
|
|
|
- light.slider
|
|
|
|
- light.foyer
|
2018-01-02 00:00:45 +00:00
|
|
|
- light.fridge
|
|
|
|
- light.M1_front_right
|
|
|
|
- light.S1
|
|
|
|
- light.S4
|
2018-10-11 01:38:18 +00:00
|
|
|
- service: light.turn_on
|
|
|
|
entity_id:
|
|
|
|
- light.outdoor_bathroom
|
|
|
|
data:
|
|
|
|
brightness: 10
|
2018-01-02 00:00:45 +00:00
|
|
|
- service: switch.turn_on
|
|
|
|
entity_id:
|
2019-08-17 19:18:36 +00:00
|
|
|
- group.kitchen_Accents
|
2024-12-07 22:03:25 +00:00
|
|
|
- switch.front_office_lamp
|
2024-12-17 17:05:10 +00:00
|
|
|
- switch.living_room_outlet
|
2018-01-02 00:00:45 +00:00
|
|
|
- delay: '00:05:00'
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
|
|
|
- light.S1
|
|
|
|
- light.S4
|
2024-12-07 22:03:25 +00:00
|
|
|
- light.foyer
|
2018-01-02 00:00:45 +00:00
|
|
|
- light.fridge
|
2024-12-07 22:03:25 +00:00
|
|
|
- light.slider
|
2018-01-02 00:00:45 +00:00
|
|
|
- light.M1_front_right
|
2020-09-08 00:49:20 +00:00
|
|
|
|
|
|
|
|