v0.4.3
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 withentity_idssensor.*_watch_and_acts- Count of watch and act level incidents withentity_idssensor.*_advices- Count of advice level incidents withentity_ids
New Attributes on Existing Sensors
All count sensors now include an entity_ids attribute listing matching geo_location entity IDs:
sensor.*_incidents_totalsensor.*_bushfiressensor.*_floodssensor.*_stormssensor.*_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_polygonbinary_sensor.*_inside_emergency_warningbinary_sensor.*_inside_watch_and_actbinary_sensor.*_inside_advice
Entity ID Format
geo_location.{slugify(instance_source)}_{slugify(incident_id)}
Example: geo_location.abc_emergency_treehouse_auremer_12345