Skip to content

v2.1.0

Choose a tag to compare

@somansch somansch released this 04 Aug 20:41
· 1 commit to main since this release

Added

  • lufop_radar_new_radar event: fired once per radar 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, speed, street, city, country, latitude, and longitude. Lets an automation react directly to a newly reported radar anywhere in the configured area/route, without needing a matching Home Assistant zone. See the README's new "Automations" 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.