mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-07-23 15:56:09 -07:00
Enhance automation configurations by updating the Good Night and Sunset routines with additional comments for clarity and adding 'switch.office_accent' to both routines and the interior switches group.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
###################################
|
||||
## Sunrise and Sunset stuff
|
||||
# @CCOSTAN
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
###################################
|
||||
# -------------------------------------------------------------------
|
||||
# Sunset Trigger - evening lighting kickoff
|
||||
# Turns on interior/exterior accents around sunset with safety checks.
|
||||
# -------------------------------------------------------------------
|
||||
######################################################################
|
||||
|
||||
- alias: 'Sunset Stuff on'
|
||||
id: d0db568c-0aa2-42cc-b5be-ba546e39b639
|
||||
@@ -49,6 +53,7 @@
|
||||
- switch.foyer_outlet
|
||||
- switch.den_outlet
|
||||
- switch.front_office_lamp
|
||||
- switch.office_accent
|
||||
- switch.living_room_outlet
|
||||
- switch.living_room_tv_outlet
|
||||
- service: light.turn_on
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
######################################################################
|
||||
## Good night Routine
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Good Night Routine - bedtime shutdown and bed presence actions
|
||||
# Powers down interior accents when the household is in bed.
|
||||
# -------------------------------------------------------------------
|
||||
######################################################################
|
||||
|
||||
- alias: 'Good Night Trigger'
|
||||
@@ -88,6 +94,7 @@
|
||||
target:
|
||||
entity_id:
|
||||
- switch.kitchen_accent_2
|
||||
- switch.office_accent
|
||||
- light.outdoor_bathroom
|
||||
- group.master_bathroom_accents
|
||||
- group.landscaping
|
||||
|
||||
@@ -19,6 +19,7 @@ Interior Switches:
|
||||
- switch.den_outlet
|
||||
- switch.living_room_outlet
|
||||
- switch.living_room_tv_outlet
|
||||
- switch.office_accent
|
||||
- switch.office_lamp_switch
|
||||
- switch.front_office_lamp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user