v0.4.1 - Containment Severity Change Event
What's New in v0.4.1
Added
- Containment Severity Change Event - New
abc_emergency_containment_severity_changedevent fires when an emergency's alert level changes while you're inside its polygon- Enables automations to respond to escalation (e.g., Advice → Emergency Warning) or de-escalation
- Event includes
previous_alert_level,new_alert_level, andescalatedboolean flag
- New automation examples in documentation for severity escalation alerts
Changed
- Refactored containment tracking - Now tracks actual containment state per incident rather than just IDs
- Enables detection of polygon boundary changes (expansion/contraction)
- Polygon expansion now correctly fires
abc_emergency_entered_polygon - Polygon contraction now correctly fires
abc_emergency_exited_polygon
Fixed
- Containment events now fire correctly when polygon boundaries change without the incident ID changing
- Exit events now fire when a polygon shrinks to no longer contain your location (even if the incident still exists)
Installation
Via HACS (Recommended)
Manual Installation
Download the abcemergency folder from this release and place it in your custom_components directory.
Full Changelog: v0.4.0...v0.4.1