Team Tracker in Home Assistant
Ever wanted to view the latest results for your team within the comfort of your smart home? Fear not - today we will integrate Team Tracker into the Home Assistant and write an automation that notifies you on match day.
YAML config:
service: notify.[your notification service]
data:
message: "Liverpool scored a goal. {{state_attr('sensor.team_tracker_liv', 'team_name')}}
{{state_attr('sensor.team_tracker_liv', 'team_score')}} :
{{state_attr('sensor.team_tracker_liv', 'opponent_score')}}
{{state_attr('sensor.team_tracker_liv', 'opponent_name')}}"
SUBSCRIBE and check your good deeds box for today!
https://www.youtube.com/@brenvelm
00:00 - Intro
00:02 - Automation scorecard
00:11 - Team Tracker integration setup
01:04 - Team Tracker Card
01:22 - Automation setup
To learn how to install HACS follow this video from Everything Smart Home:
How to install HACS in Home Assistant
#homeassistant #smart home #sports