I wanted something nicer to look at than a table on the wall tablet in my hallway, so I built a Lovelace card that shows live air traffic around your home as an old-school CRT radar scope: rotating sweep, phosphor blip decay (blips light up exactly when the beam paints them and fade until the next pass), a dark map underlay, and an ATC-style contacts board with flight details.
It’s built on top of the excellent FlightRadar24 integration by @AlexandrErohin (community thread) — you’ll need that installed first; the card reads its “current in area” sensor.
Some things it does beyond the visuals:
- Smooth motion — blips dead-reckon along their track between sensor updates instead of jumping
- Click a blip or contact row — ATC-style data tag on the scope + aircraft photo in the panel
- Helicopters get their own circle glyph (detected from aircraft type — I watch a lot of choppers)
- Emergency squawks (7700/7500/7600) paint red, pulse, and jump to the top of the list
- Privacy-blocked aircraft are labeled by type (e.g.
H145) instead of “BLOCKED”, and keep a stable track even with no ID in the feed - Lost contacts linger — momentary signal dropouts don’t blink blips away; they coast dimmed for a while and only disappear if they don’t come back
- Optional synthesized sonar pings (Web Audio, no sound files) for new contacts / proximity / emergencies
- Three themes (green / amber / blue), configurable trails (line or phosphor dots), range-ring labels, kts↔km/h and ft↔m units
- Built for wall tablets: fits itself to the screen height, works in the companion app’s WebView, kiosk-friendly
Everything is configurable through the visual card editor. Minimal config:
type: custom:flightradar-radar-cardentity: sensor.flightradar24_current_in_arearadius_km: 10 # match your integration's radius
Install: HACS → Custom repositories → https://github.com/Ehrenholm/flightradar-radar-card (type: Dashboard), or grab the JS from the latest release.
Repo with full docs and FAQ: GitHub - Ehrenholm/flightradar-radar-card: Home Assistant custom Lovelace card · GitHub
