Adjusted sunset lighting to account for darker (cloudier) weather

This commit is contained in:
2022-02-10 17:30:56 -05:00
parent 26f71f642d
commit b9c47ae009

View File

@ -215,12 +215,16 @@
- 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
@ -699,3 +703,27 @@
data: {}
default: []
mode: single
- 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