v0.2.0 - Instance-Based Map Filtering & Enhanced Attributes
🎉 What's New
Instance-Based Geo-Location Sources for Map Filtering
Each ABC Emergency instance now uses its configuration title as the geo-location source, enabling precise filtering on Home Assistant map cards.
Before (v0.1.x): All instances shared a generic abc_emergency source
Now (v0.2.0): Each instance uses its unique title like "ABC Emergency (Home)" or "ABC Emergency (NSW)"
Example map card configuration:
type: map
title: Nearby Emergencies
geo_location_sources:
- "ABC Emergency (Home)" # Filters to this specific instance
entities:
- zone.home
default_zoom: 10Enhanced Sensor Attributes
Count sensors (incidents_total, incidents_nearby, bushfires, floods, storms) now include an incidents list attribute containing detailed information about each incident:
incidents:
- headline: "Milsons Gully"
alert_level: "extreme"
event_type: "Bushfire"
distance_km: 12.4
direction: "NW"Complete Geo-Location Entity Attributes
Geo-location entities now expose all available incident data:
source- Instance title for map filteringagency- Reporting emergency service (e.g., "NSW Rural Fire Service")alert_level/alert_text- Warning level informationevent_type/event_icon- Incident classificationstatus- Current incident statusdirection- Compass direction from monitored locationupdated- ISO 8601 timestamp of last update