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