-
Notifications
You must be signed in to change notification settings - Fork 35
Automation Examples
Zac edited this page Sep 8, 2022
·
2 revisions
Documenting a few examples for automating specific things.
alias: Automation - Touchdown
trigger:
- platform: state
entity_id: sensor.football
attribute: team_score
condition:
- condition: template
value_template: >-
{{ trigger.to_state.attributes.team_score | int >
(trigger.from_state.attributes.team_score | int + 5) }}
action:
- your-action-here