Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Fussball shown on an AWTRIX display
Fig. 1 Fussball, as Hank_the_Tank runs it.

Fussball

Display live football scores from Home Assistant

Specifications
System Home Assistant Blueprint
Firmware AWTRIX NG
Topic Miscellaneous
Built by Hank_the_Tank
File eUrDhXvQAFGo.yaml · 12.3 KB
Icons
Published 8 Aug 2026 · updated 9 Aug 2026
Downloads 8

⚽ AWTRIX NG Football Scoreboard

Display live football scores from Home Assistant directly on one or more AWTRIX NG devices.

The blueprint uses a sensor from the HACS Team Tracker integration. It automatically creates a pushed app while the selected match is live, updates the score and prediction data, and removes the app when the match ends.

Features

  • Displays the current football score on AWTRIX NG
  • Supports one or multiple AWTRIX NG devices
  • Automatically detects whether the tracked team is playing at home or away
  • Places the home team on the left and the away team on the right
  • Uses the team colors provided by Team Tracker
  • Provides two configurable fallback colors for the tracked team
  • Offers four different jersey designs
  • Automatically mirrors the selected jersey when the tracked team is playing away
  • Optional live game-prediction bar
  • Optional green pitch background
  • Configurable display duration
  • Configurable pushed-app name
  • Updates automatically when the score or prediction changes
  • Immediately switches AWTRIX NG to the scoreboard after an update
  • Automatically removes the pushed app when the match is no longer live

Requirements

  • Home Assistant 2024.11 or newer
  • MQTT integration
  • AWTRIX NG with Home Assistant discovery enabled
  • Team Tracker installed through HACS
  • A configured Team Tracker sensor

Display Layout

The tracked team and its opponent are represented by small pixel-art jerseys.

The current score is displayed in the center of the panel:

Home team  1:0  Away team

The blueprint automatically checks the team_homeaway attribute to determine which team belongs on the left or right side.

Configuration

AWTRIX NG devices

Select one or more AWTRIX NG devices on which the scoreboard should appear.

AWTRIX app name

Enter a unique name for the pushed app.

AWTRIX NG app names may only contain:

A-Z, a-z, 0-9, _ and -

Example:

VFLOsnabrueck

Do not use spaces, umlauts, accented characters or other special characters.

Display duration

Defines how many seconds the scoreboard remains visible during each app rotation.

Team Tracker sensor

Select the Team Tracker sensor representing your team.

Team fallback color 1

The primary replacement color used when Team Tracker reports both team colors as black or does not provide usable color information.

Team fallback color 2

The secondary replacement color used when Team Tracker reports both team colors as black or does not provide usable color information.

Jersey style

Select the jersey design used for the tracked team.

Available styles:

  • Standard — vertically striped jersey
  • Shoulders — contrasting shoulders and collar
  • Center Band — contrasting horizontal band across the center
  • Diagonal — diagonal two-color design

The opponent always uses the Standard jersey.

If the tracked team is playing away, the selected design is automatically moved to the right side and mirrored.

Show prediction bar

Controls whether the live game-prediction bar is displayed below the score.

  • Enabled: Displays the current win probabilities
  • Disabled: Hides the prediction bar

When disabled, changes to the prediction data do not cause unnecessary MQTT updates.

Green pitch background

Controls the background color of the scoreboard.

  • Enabled: Green background using #006C28
  • Disabled: Black background using #000000

The background setting does not affect the jersey colors, score or prediction bar.

Team Color Fallback

Team Tracker may occasionally return the following values when no usable colors are available:

team_colors:
  - "#000000"
  - "#000000"

When this happens, the blueprint automatically uses the two fallback colors selected during setup.

If valid team colors are available, those colors are used instead.

Game Prediction Bar

If enabled, the blueprint extracts the win probabilities from the Team Tracker last_play attribute.

Example:

OSN 33.6%, HDH 66.4%

The bar is displayed between the two jerseys underneath the score.

  • The left section represents the home team
  • The right section represents the away team
  • Each section uses the corresponding primary team color
  • The probabilities are automatically reversed when the tracked team is playing away

If last_play does not contain two valid percentage values, the prediction bar remains hidden.

Automatic Updates

The scoreboard is created or updated when:

  • The match status changes to IN
  • The tracked team scores
  • The opponent scores
  • The prediction data in last_play changes

Prediction changes only trigger an update when the prediction bar is enabled.

After an update, AWTRIX NG immediately switches to the scoreboard.

Removing the Scoreboard

The pushed app is automatically removed when the Team Tracker sensor changes to:

PRE
POST
NOT_FOUND

This prevents completed or unavailable matches from remaining in the AWTRIX NG rotation.

More flows for Home Assistant Blueprint or Miscellaneous

Something wrong with this flow? Report it.