Skip to content

v0.4.4

Choose a tag to compare

@troykelly troykelly released this 30 Dec 07:03

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_ids attribute in sensors
    • Now explicitly sets entity_id to match what sensors report: geo_location.{slugify(instance_source + incident_id)}
    • Enables map card geo_location_sources feature 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