Hi all,
I’d like to share a custom integration that brings Blitzer.de speed camera data into Home Assistant.
This is actually a continuation of the original hass-blitzerde integration by @timniklas, whose GitHub account and repo are no longer available. Since a few of us were still relying on it, I picked it up so existing users wouldn’t be left without updates: github.com/somansch/blitzer
What it does
For any area or route you configure — a center point + radius, or a hand-drawn route for things like your daily commute — it reports nearby speed cameras as geo_location entities — so they show up natively on the built-in map card, each with distance, street name, speed limit, and camera type.
Features
Config flow — add as many areas or routes as you like (e.g. “Munich”, “Berlin”, “Commute”), each with its own entities
Native geo_locationentities, fully compatible with the map card
Per-entry map sources (blitzer_<name>) so you can show just one, or all of them combined
Camera type attribute: mobile,trailer,fixed,redlight
Fine-grained filtering: camera types, city whitelist (comma-separated city names), “confirmed only”, camera ID blacklist, and a configurable sensor limit
blitzer_new_cameraevent - fires the moment a genuinely new camera is reported for an area/route, ready to trigger an automation directly.
Route mode — draw a corridor along a chain of map waypoints instead of a radius, no external routing engine needed; waypoints can be repositioned or removed later without redrawing the whole route
There’s also a ready-to-use Markdown card template in the README if you want a compact “cameras near you” list on your dashboard.
Installation
Available as a HACS default repository:
- Open HACS in Home Assistant
- Search for “Blitzer.de”
- Click the “Download” button
- Restart HA
Manual installation instructions are in the README as well.
A note on the data source
There’s no official, documented Blitzer.de API — this integration queries the backend used internally by their map app, the same way several long-standing community projects (Home Assistant, ioBroker, FHEM) do. Blitzer.de’s terms of use don’t really cover this kind of use, so please be aware this sits in a legal gray area — use it at your own risk, same as the projects it’s based on.
Feedback, issues, and PRs are all welcome on GitHub. Hope it’s useful to some of you! I welcome a “star” at my repo, don’t need a coffee ![]()

