You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the marker label shown in the Home Assistant main Map panel for INGV earthquake geo_location entities.
Earthquake event entities are no longer associated with the integration device, matching the behavior of Home Assistant’s official earthquake feed integrations.
This prevents Home Assistant from prefixing event names with INGV Earthquakes, which caused map markers to show IEM instead of a magnitude-based abbreviation.
Notes
The diagnostic status sensor remains associated with the INGV Earthquakes device.
Existing earthquake entities keep their stable unique IDs; no manual entity ID changes are required.
The main Home Assistant Map panel still does not support custom label_mode configuration, so this fix avoids the misleading IEM prefix but does not change Home Assistant’s marker abbreviation logic itself.
Thanks
Thanks to @maxicasa for reporting the issue and helping confirm the friendly_name behavior in the Home Assistant main Map panel.