1.4 KiB
1.4 KiB
automations
Automatically take actions based on conditions being met.
?> To change configuration conditionally use overrides.
automations:
- conditions:
- [condition]
actions:
- [action]
actions_not:
- [action]
| Option | Default | Description |
|---|---|---|
conditions |
A list of conditions that must evaluate to true in order to trigger the automation. |
|
actions |
An optional list of actions that will be run when the conditions evaluate true. |
|
actions_not |
An optional list of actions that will be run when the conditions evaluate false. |
Fully expanded reference
automations:
- conditions:
- condition: fullscreen
fullscreen: true
actions:
- action: custom:frigate-card-action
frigate_card_action: live_substream_on
actions_not:
- action: custom:frigate-card-action
frigate_card_action: live_substream_off