Forgot to check the toggles for if K's briefings already ran

This commit is contained in:
2023-04-02 21:44:21 -04:00
parent 13943c7b9d
commit 7082b21e5a

View File

@ -133,13 +133,23 @@ automation:
action: action:
- choose: - choose:
- conditions: - conditions:
- condition: trigger - condition: and
id: kallen-morning conditions:
- condition: trigger
id: kallen-morning
- condition: state
entity_id: input_boolean.kallen_morning_briefing
state: 'off'
sequence: sequence:
- service: script.kallen_morning_briefing - service: script.kallen_morning_briefing
- conditions: - conditions:
- condition: trigger - condition: and
id: kallen-nightly conditions:
- condition: trigger
id: kallen-nightly
- condition: state
entity_id: input_boolean.kallen_nightly_briefing
state: 'off'
sequence: sequence:
- service: script.kallen_nightly_briefing - service: script.kallen_nightly_briefing