Forgot to check the toggles for if K's briefings already ran
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user