What's new in beta3
Added
- Marker clustering (
cluster_markers: true) — nearby markers collapse to a themed count badge. Tap/click the badge to spiderfy (fan out individual markers in place). The tracked marker always renders outside the cluster so map panning and z-index remain precise. - Home icon in cluster badge — clusters containing a
zone.homeor default-icon marker show the home-circle SVG alongside the count. - Cluster icon theming — badge colours match the current map style: dark background / light text for dark and satellite maps, white / dark text for light maps. Badge size scales with count.
- Icon colour (
colorfield per marker) — CSS colour string fordefaultandmdi:*icons. The default home icon renders as an inline SVG so any hex or named colour works without extra asset files. - Configurable home suppression (
home_radiusper marker, default 500 m) — entity markers are hidden when HA reportsstate: home(authoritative, handles GPS drift) or the entity is withinhome_radiusmetres of the HA home location. Sethome_radius: 0to always show.zone.*entities are never suppressed. - Tracked marker always on top — the tracking winner gets
zIndexOffset: 1000so it renders above all other markers.
Fixed
- Default home icon now correctly uses the light SVG on
map_style: Satellitemaps. - Several spiderfy race conditions where hass position updates during the cluster animation would snap markers back to entity positions, making them invisible while the cluster icon stayed greyed out.
Full changelog since 3.0.1
See the beta1 release for the complete multi-marker, tracking, and home-suppression notes.
This is a beta release. Please report issues on GitHub.