#I am confused on how to put multiple
1 messages · Page 1 of 1 (latest)
- condition: time
weekday:
- mon
- wed
- fri
https://www.home-assistant.io/docs/scripts/conditions/#state-condition
condition: state
entity_id: alarm_control_panel.home
state:
- "armed_away"
- "armed_home"
``` (has to be one of those two states)