844 lines
22 KiB
YAML
844 lines
22 KiB
YAML
- id: '1640833273099'
|
|
alias: NWS Announce Weather Alert for Tornado
|
|
description: ''
|
|
trigger:
|
|
- platform: numeric_state
|
|
entity_id: sensor.weatheralerts_active_alerts
|
|
attribute: tornado_warning_count
|
|
above: '0'
|
|
condition: []
|
|
action:
|
|
- service: script.max_brightness
|
|
data: {}
|
|
- service: notify.notify
|
|
data:
|
|
title: Tornado Warning - TAKE COVER!
|
|
message: The National Weather Service has issued a Tornado Warning for our area.
|
|
Take Cover NOW!!!!
|
|
- service: notify.alexa_media
|
|
data:
|
|
data:
|
|
method: all
|
|
type: announce
|
|
message: A tornado warning has been issued, please take cover immediately! A
|
|
tornado warning has been issued, please take cover immediately! A tornado
|
|
warning has been issued, please take cover immediately!
|
|
target: Living Room Echo Dot, Basement Echo Dot
|
|
- delay:
|
|
hours: 0
|
|
minutes: 1
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- service: notify.alexa_media
|
|
data:
|
|
data:
|
|
method: all
|
|
type: announce
|
|
message: A tornado warning has been issued, please take cover immediately! A
|
|
tornado warning has been issued, please take cover immediately! A tornado
|
|
warning has been issued, please take cover immediately!
|
|
target: Living Room Echo Dot, Basement Echo Dot
|
|
mode: single
|
|
- id: '1640916845901'
|
|
alias: Cast to Chromecast
|
|
description: ''
|
|
use_blueprint:
|
|
path: kind3r/cast-and-re-cast-a-lovelace-view-to-a-google-hub.yaml
|
|
input:
|
|
dashboard: lovelace
|
|
player: media_player.living_room_tv
|
|
view: chromecast
|
|
- id: '1640989510134'
|
|
alias: New Years
|
|
description: Flash lights for New Years
|
|
trigger:
|
|
- platform: time
|
|
at: 00:00:00
|
|
condition: []
|
|
action:
|
|
- service: light.turn_off
|
|
target:
|
|
area_id:
|
|
- basement_studio
|
|
- furnace_room
|
|
- kallen_bedroom
|
|
- living_room
|
|
- master_bedroom
|
|
- mud_room
|
|
- nursery
|
|
- upstairs_hallway
|
|
- service: switch.turn_off
|
|
target:
|
|
entity_id:
|
|
- switch.adaptive_lighting_basement_studio
|
|
- switch.adaptive_lighting_kallen_bedroom
|
|
- switch.adaptive_lighting_living_room
|
|
- switch.adaptive_lighting_master_bedroom
|
|
- switch.adaptive_lighting_mud_room
|
|
- switch.adaptive_lighting_nursery
|
|
- switch.adaptive_lighting_upstairs_hallway
|
|
- service: notify.alexa_media
|
|
data:
|
|
target: Living Room Echo Dot
|
|
message: Happy new year! Here's to 2022!
|
|
data:
|
|
method: all
|
|
type: announce
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 2
|
|
milliseconds: 0
|
|
- service: light.turn_on
|
|
target:
|
|
entity_id:
|
|
- light.hallway_overhead
|
|
- light.kallen_bedroom_light
|
|
- light.living_room_overhead_1
|
|
- light.living_room_overhead_2
|
|
- light.master_bedroom_front
|
|
- light.master_bedroom_side
|
|
- light.mud_room_overhead
|
|
- light.nursery_light
|
|
data:
|
|
flash: long
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 15
|
|
milliseconds: 0
|
|
- service: light.turn_off
|
|
target:
|
|
area_id:
|
|
- basement_studio
|
|
- furnace_room
|
|
- kallen_bedroom
|
|
- living_room
|
|
- master_bedroom
|
|
- mud_room
|
|
- nursery
|
|
- upstairs_hallway
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 1
|
|
milliseconds: 500
|
|
- service: switch.turn_on
|
|
target:
|
|
entity_id:
|
|
- switch.adaptive_lighting_basement_studio
|
|
- switch.adaptive_lighting_kallen_bedroom
|
|
- switch.adaptive_lighting_living_room
|
|
- switch.adaptive_lighting_master_bedroom
|
|
- switch.adaptive_lighting_mud_room
|
|
- switch.adaptive_lighting_nursery
|
|
- switch.adaptive_lighting_upstairs_hallway
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 1
|
|
milliseconds: 500
|
|
- service: light.turn_on
|
|
target:
|
|
area_id:
|
|
- living_room
|
|
- mud_room
|
|
mode: single
|
|
- id: '1641101491581'
|
|
alias: Family Has Arrived
|
|
description: Runs when family arrives at home
|
|
trigger:
|
|
- platform: state
|
|
entity_id: group.family
|
|
from: not_home
|
|
to: home
|
|
- platform: event
|
|
event_type: ios.action_fired
|
|
event_data:
|
|
actionName: We Are Home
|
|
condition: []
|
|
action:
|
|
- service: script.family_is_home
|
|
mode: single
|
|
- id: '1641102018783'
|
|
alias: Family Has Left
|
|
description: Runs when the family has left home
|
|
trigger:
|
|
- platform: state
|
|
entity_id: group.family
|
|
from: home
|
|
to: not_home
|
|
- platform: event
|
|
event_type: ios.action_fired
|
|
event_data:
|
|
actionName: We Are Leaving
|
|
condition:
|
|
- condition: state
|
|
entity_id: input_boolean.guest_mode
|
|
state: 'off'
|
|
action:
|
|
- service: script.family_is_away
|
|
mode: single
|
|
- id: '1641255231416'
|
|
alias: Goodnight
|
|
description: ''
|
|
trigger:
|
|
- platform: event
|
|
event_type: ios.action_fired
|
|
event_data:
|
|
actionName: Goodnight
|
|
context: {}
|
|
condition: []
|
|
action:
|
|
- service: script.goodnight
|
|
mode: single
|
|
- id: '1641255482975'
|
|
alias: Give Me Darkness
|
|
description: ''
|
|
trigger:
|
|
- platform: event
|
|
event_type: ios.action_fired
|
|
event_data:
|
|
actionName: Give Me Darkness
|
|
condition: []
|
|
action:
|
|
- service: script.give_me_darkness
|
|
mode: single
|
|
- id: '1641765546839'
|
|
alias: Sunset Lights On
|
|
description: ''
|
|
trigger:
|
|
- platform: sun
|
|
event: sunset
|
|
offset: -00:30
|
|
condition:
|
|
- condition: state
|
|
entity_id: group.family
|
|
state: home
|
|
- condition: state
|
|
entity_id: weather.stratton_ave
|
|
state: Sunny
|
|
action:
|
|
- service: light.turn_on
|
|
target:
|
|
entity_id:
|
|
- light.living_room_lights
|
|
- light.mud_room_overhead
|
|
data: {}
|
|
mode: single
|
|
- id: '1643321652916'
|
|
alias: Time-Based Presence Simulation
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: group.family
|
|
to: not_home
|
|
for:
|
|
hours: 1
|
|
minutes: 0
|
|
seconds: 0
|
|
condition: []
|
|
action:
|
|
- service: switch.turn_on
|
|
target:
|
|
entity_id: switch.presence_simulation
|
|
mode: single
|
|
- id: '1644510872801'
|
|
alias: iCloud3 Restart
|
|
description: For restarting iCloud3 when my phone goes off the rails
|
|
trigger:
|
|
- platform: state
|
|
entity_id: sensor.tony_s_iphone_info
|
|
to: ●● PAUSED ●●
|
|
condition: []
|
|
action:
|
|
- service: device_tracker.icloud3_restart
|
|
data: {}
|
|
mode: single
|
|
- id: '1644520312792'
|
|
alias: Living Room Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.living_room_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.living_room_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.living_room_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.living_room_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.living_room_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.living_room_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.living_room_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.living_room_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_living_room
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.living_room_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.living_room_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644520666008'
|
|
alias: Mud Room Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.mud_room_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.mud_room_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.mud_room_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.mud_room_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.mud_room_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.mud_room_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.mud_room_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.mud_room_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_mud_room
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.mud_room_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.mud_room_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644528841392'
|
|
alias: Dining Room Lamp Modes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
state: All Bulbs
|
|
sequence:
|
|
- service: switch.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_dining_room
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.dining_room_lamp_full
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 0
|
|
milliseconds: 500
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_dining_room
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
state: 3 Bulb - Dining Room
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.dining_room_lamp_dining_side
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
state: 2 Bulb - Wall
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.dining_room_lamp_wall
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: switch.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_dining_room
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.dining_room_lamp_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: All Bulbs
|
|
target:
|
|
entity_id: input_select.dining_room_lamp_modes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644529151295'
|
|
alias: Upstairs Hallway Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.upstairs_hallway_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.upstairs_hallway_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.upstairs_hallway_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_upstairs_hallway
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.upstairs_hallway_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644529426060'
|
|
alias: Kallen Bedroom Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.kallen_bedroom_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.kallen_bedroom_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.kallen_bedroom_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_kallen_bedroom
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.kallen_bedroom_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644529671106'
|
|
alias: Nursery Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.nursery_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.nursery_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.nursery_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.nursery_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.nursery_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.nursery_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.nursery_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.nursery_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_nursery
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.nursery_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.nursery_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644530206434'
|
|
alias: Basement Studio Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Energize
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_energize
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Concentrate
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_concentrate
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Relax
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_relax
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Purple
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_purple
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Pink
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.basement_studio_pink
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_basement_studio
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.basement_studio_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.basement_studio_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644531090692'
|
|
alias: Master Bedroom Scenes
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
condition: []
|
|
action:
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Bright
|
|
sequence:
|
|
- service: switch.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.master_bedroom_bright
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Dimmed
|
|
sequence:
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.master_bedroom_dimmed
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Nightlight
|
|
sequence:
|
|
- service: switch.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.master_bedroom_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Front Nightlight
|
|
sequence:
|
|
- service: switch.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.master_bedroom_front_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Side Nightlight
|
|
sequence:
|
|
- service: switch.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom
|
|
- service: scene.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: scene.master_bedroom_side_nightlight
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Adaptive
|
|
sequence:
|
|
- service: light.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- light.master_bedroom_front
|
|
- light.master_bedroom_side
|
|
- service: switch.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom
|
|
- service: adaptive_lighting.apply
|
|
data:
|
|
entity_id: switch.adaptive_lighting_master_bedroom
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_select.master_bedroom_scenes
|
|
state: Reset
|
|
sequence:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Adaptive
|
|
target:
|
|
entity_id: input_select.master_bedroom_scenes
|
|
default: []
|
|
mode: queued
|
|
max: 2
|
|
- id: '1644532216008'
|
|
alias: Sunset Lights On - Cloudy
|
|
description: ''
|
|
trigger:
|
|
- platform: sun
|
|
event: sunset
|
|
offset: -01:00
|
|
condition:
|
|
- condition: state
|
|
entity_id: group.family
|
|
state: home
|
|
- condition: not
|
|
conditions:
|
|
- condition: state
|
|
entity_id: weather.stratton_ave
|
|
state: Sunny
|
|
action:
|
|
- service: light.turn_on
|
|
target:
|
|
entity_id:
|
|
- light.living_room_lights
|
|
- light.mud_room_overhead
|
|
data: {}
|
|
mode: single
|