Added switch for when K stays overnight elsewhere

This commit is contained in:
2022-05-12 15:47:39 -04:00
parent bf37d84fbb
commit 92e8fe9029
3 changed files with 15 additions and 1 deletions

View File

@ -68,6 +68,10 @@ automation:
trigger:
platform: time
at: input_datetime.kallen_morning_briefing
condition:
- condition: state
entity_id: input_boolean.kallen_overnight
state: 'off'
action:
- service: script.kallen_morning_briefing
@ -76,6 +80,10 @@ automation:
trigger:
platform: time
at: input_datetime.kallen_nightly_briefing
condition:
condition: state
entity_id: input_boolean.kallen_overnight
state: 'off'
action:
- service: script.kallen_nightly_briefing