2016-11-05 23:35:54 +00:00
|
|
|
###################################
|
2016-11-09 06:48:10 +00:00
|
|
|
## Sunrise and Sunset stuff
|
2016-11-05 23:35:54 +00:00
|
|
|
###################################
|
|
|
|
|
|
|
|
- alias: 'Sunset Stuff on'
|
|
|
|
trigger:
|
|
|
|
- platform: sun
|
|
|
|
event: sunset
|
|
|
|
|
|
|
|
action:
|
2016-12-06 23:06:03 +00:00
|
|
|
- service: script.monthly_front_house_scene
|
2016-12-19 22:53:09 +00:00
|
|
|
- service: script.holiday_switches_on
|
2016-11-09 06:48:10 +00:00
|
|
|
- service: light.turn_on
|
2016-12-17 01:09:57 +00:00
|
|
|
entity_id:
|
|
|
|
- light.outdoor_bathroom
|
|
|
|
- light.tv_light
|
|
|
|
- light.tv_stand_light
|
|
|
|
data:
|
|
|
|
transition: 1200
|
2016-12-02 03:17:08 +00:00
|
|
|
|
2016-11-24 01:16:05 +00:00
|
|
|
######################################################################
|
|
|
|
|
2016-11-05 23:35:54 +00:00
|
|
|
- alias: 'Sunset Stuff off'
|
|
|
|
trigger:
|
|
|
|
- platform: sun
|
|
|
|
event: sunrise
|
2016-12-13 23:05:47 +00:00
|
|
|
offset: '-03:25:00'
|
2016-11-05 23:35:54 +00:00
|
|
|
|
|
|
|
action:
|
2016-11-07 22:57:26 +00:00
|
|
|
- service: light.turn_off
|
2016-12-02 18:56:33 +00:00
|
|
|
entity_id: group.all_lights
|
2016-12-13 01:18:44 +00:00
|
|
|
- service: script.interior_off
|
|
|
|
- delay: '00:01:00'
|
2016-12-01 06:28:20 +00:00
|
|
|
- service: script.switch_turn_off_all
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-11-20 20:02:58 +00:00
|
|
|
|