You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.