v0.4.4
What's Changed
Bug Fixes
- fix(geo_location): Set explicit entity_id to match sensor entity_ids format (#103) (#104)
- Home Assistant generates geo_location entity IDs from the entity's name attribute (headline), not from unique_id
- This caused a mismatch with the
entity_idsattribute in sensors - Now explicitly sets
entity_idto match what sensors report:geo_location.{slugify(instance_source + incident_id)} - Enables map card
geo_location_sourcesfeature to work correctly - Avoids collision risk from duplicate headlines
Breaking Changes
Existing geo_location entity IDs will change format:
- Before:
geo_location.tunnel_firetrail_woy_woy(from headline) - After:
geo_location.abc_emergency_home_auremer_12345(from incident ID)
Impact is minimal because geo_location entities are ephemeral (created/removed with incidents).
Full Changelog: v0.4.3...v0.4.4