mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
line spacers and readability.
This commit is contained in:
parent
ce86ba12cd
commit
74c1f38e06
@ -2,7 +2,7 @@
|
||||
## Good night Routine
|
||||
######################################################################
|
||||
|
||||
- alias: 'Good Morning Routine'
|
||||
- alias: 'Good Night Routine'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: good_night
|
||||
@ -16,6 +16,10 @@
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.interior_lights
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.outdoor_foyer
|
||||
brightness: 200
|
||||
brightness: 235
|
||||
#rgb_color: [61,178,112]
|
||||
#Green
|
||||
rgb_color: [255,112,242]
|
||||
#Purple
|
||||
|
||||
|
||||
######################################################################
|
||||
|
||||
- alias: 'Sunset Stuff off'
|
||||
trigger:
|
||||
- platform: sun
|
||||
|
@ -23,6 +23,8 @@
|
||||
data_template:
|
||||
entity_id: "{{ trigger.entity_id }}"
|
||||
|
||||
##############################################################################
|
||||
|
||||
- alias: Automated Light WatchDog!
|
||||
trigger:
|
||||
- platform: state
|
||||
|
Loading…
x
Reference in New Issue
Block a user