github Makin-Things/weather-radar-card v3.1.0-beta3
3.1.0-beta3 — Marker Clustering

pre-release4 hours ago

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.home or 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 (color field per marker) — CSS colour string for default and mdi:* 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_radius per marker, default 500 m) — entity markers are hidden when HA reports state: home (authoritative, handles GPS drift) or the entity is within home_radius metres of the HA home location. Set home_radius: 0 to always show. zone.* entities are never suppressed.
  • Tracked marker always on top — the tracking winner gets zIndexOffset: 1000 so it renders above all other markers.

Fixed

  • Default home icon now correctly uses the light SVG on map_style: Satellite maps.
  • 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.

Don't miss a new weather-radar-card release

NewReleases is sending notifications on new releases.