Skip to content

v0.4.3

Choose a tag to compare

@troykelly troykelly released this 30 Dec 06:19

What's New

Entity Discovery for Map Card Integration (#101, #102)

Added entity_ids and containing_entity_ids attributes to sensors and binary sensors to enable dynamic discovery of geo_location entities by map cards.

New Sensors

  • sensor.*_emergency_warnings - Count of emergency warning level incidents with entity_ids
  • sensor.*_watch_and_acts - Count of watch and act level incidents with entity_ids
  • sensor.*_advices - Count of advice level incidents with entity_ids

New Attributes on Existing Sensors

All count sensors now include an entity_ids attribute listing matching geo_location entity IDs:

  • sensor.*_incidents_total
  • sensor.*_bushfires
  • sensor.*_floods
  • sensor.*_storms
  • sensor.*_incidents_nearby

New Attributes on Binary Sensors

Containment binary sensors now include containing_entity_ids listing incidents the monitored location is inside:

  • binary_sensor.*_inside_polygon
  • binary_sensor.*_inside_emergency_warning
  • binary_sensor.*_inside_watch_and_act
  • binary_sensor.*_inside_advice

Entity ID Format

geo_location.{slugify(instance_source)}_{slugify(incident_id)}

Example: geo_location.abc_emergency_treehouse_auremer_12345