Skip to content

v2.1.0

Choose a tag to compare

@somansch somansch released this 04 Aug 20:21
· 2 commits to main since this release

Added

  • blitzer_new_camera event: fired once per camera that's genuinely new - never for one already known from an earlier poll, and never during the very first fetch right after Home Assistant starts (that's just "here's what's already there", not a new detection). Includes config_entry_id, area, id, type, vmax, street, city, zip_code, latitude, and longitude. Lets an automation react directly to a newly reported camera anywhere in the configured area/route, without needing a matching Home Assistant zone. See the README's updated "Notify when a new camera is reported" section (event-based vs. zone-based approaches).

Fixed

  • README images and License link not rendering in HACS: every <img> and the License badge's link both used a repo-relative path (e.g. docs/map-card-example.png, LICENSE), which GitHub's own viewer resolves but HACS's README renderer does not. Switched to absolute raw.githubusercontent.com/github.com URLs.