2018-05-18 03:56:57 +00:00
|
|
|
scene:
|
|
|
|
- name: Dawn Sun
|
|
|
|
entities:
|
|
|
|
light.standing_lamp:
|
|
|
|
state: on
|
|
|
|
brightness: 1
|
|
|
|
xy_color: [0.6042, 0.3739]
|
|
|
|
- name: Dawn Daylight
|
|
|
|
entities:
|
|
|
|
light.correls_nightstand:
|
|
|
|
state: on
|
|
|
|
brightness: 1
|
|
|
|
xy_color: [0.2376, 0.1186]
|
|
|
|
light.stephanies_nightstand:
|
|
|
|
state: on
|
|
|
|
brightness: 1
|
|
|
|
xy_color: [0.2376, 0.1186]
|
|
|
|
- name: Sunrise Sun
|
|
|
|
entities:
|
|
|
|
light.standing_lamp:
|
|
|
|
state: on
|
|
|
|
transition: 1800
|
|
|
|
brightness: 254
|
|
|
|
xy_color: [0.3769, 0.3639]
|
|
|
|
- name: Sunrise Daylight
|
|
|
|
entities:
|
|
|
|
light.correls_nightstand:
|
|
|
|
state: on
|
|
|
|
transition: 1800
|
|
|
|
brightness: 203
|
|
|
|
xy_color: [0.2698, 0.295]
|
|
|
|
light.stephanies_nightstand:
|
|
|
|
state: on
|
|
|
|
transition: 1800
|
|
|
|
brightness: 203
|
|
|
|
xy_color: [0.2698, 0.295]
|
|
|
|
script:
|
|
|
|
sunrise:
|
|
|
|
alias: Sunrise
|
|
|
|
sequence:
|
|
|
|
- service: scene.turn_on
|
|
|
|
data:
|
|
|
|
entity_id: scene.dawn_sun
|
|
|
|
- service: scene.turn_on
|
|
|
|
data:
|
|
|
|
entity_id: scene.sunrise_sun
|
|
|
|
- delay:
|
|
|
|
seconds: 180
|
|
|
|
- service: scene.turn_on
|
|
|
|
data:
|
|
|
|
entity_id: scene.dawn_daylight
|
|
|
|
- service: scene.turn_on
|
|
|
|
data:
|
|
|
|
entity_id: scene.sunrise_daylight
|
|
|
|
automation:
|
|
|
|
- alias: Sunrise
|
|
|
|
action:
|
|
|
|
- service: script.sunrise
|
|
|
|
data: {}
|
|
|
|
trigger:
|
|
|
|
- platform: sun
|
|
|
|
event: sunrise
|
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: group.phones
|
|
|
|
state: home
|
|
|
|
- condition: time
|
|
|
|
weekday:
|
|
|
|
- mon
|
|
|
|
- tue
|
|
|
|
- wed
|
|
|
|
- thu
|
|
|
|
- fri
|
2018-06-14 20:38:20 +00:00
|
|
|
|
|
|
|
group:
|
|
|
|
Sunrise:
|
|
|
|
view: yes
|
|
|
|
icon: mdi:weather-sunset
|
|
|
|
entities:
|
|
|
|
- sun.sun
|
|
|
|
- group.sunrise_scenes
|
|
|
|
- group.sunrise_automations
|
|
|
|
- group.sunrise_scripts
|
|
|
|
sunrise_scenes:
|
|
|
|
name: scenes
|
|
|
|
entities:
|
|
|
|
- scene.dawn_sun
|
|
|
|
- scene.dawn_daylight
|
|
|
|
- scene.sunrise_sun
|
|
|
|
- scene.sunrise_daylight
|
|
|
|
sunrise_automations:
|
|
|
|
name: Automations
|
|
|
|
entities:
|
|
|
|
- automation.sunrise
|
|
|
|
sunrise_scripts:
|
|
|
|
name: Scripts
|
|
|
|
entities:
|
|
|
|
- script.sunrise
|