Releases: TheWillMiller/radar-wise
Release list
RadarWise v0.8.12
Fixed
- Fixed RainViewer radar zooms above level 7 by overzooming the native RainViewer radar tiles instead of requesting unsupported higher-zoom radar tiles.
Changed
- Visible panel widths now rebalance when timeline, current weather, or radar panels are hidden.
- Built-in detail tiles and custom sensor tiles now share one wrapping details grid, reducing gaps and extra card height.
Verification
npm run check
RadarWise v0.8.11
Added
- Added optional
wind_speed_entityandwind_direction_entityoverrides for local weather stations. - Added visual editor selectors for local wind speed and local wind direction/bearing sensors.
Fixed
- Fixed localized condition labels for compact Home Assistant condition IDs like
partlycloudy, so Dutch and other translations apply correctly.
Validation
npm run check
RadarWise 0.8.10
RadarWise 0.8.10
Added
- Added
card_heightandcard_max_heightsettings, with visual editor controls, for dashboards that need a taller fixed panel in wide/tablet layouts. Fixes #8.
Changed
- Made Leaflet attribution compact and scrollable so long provider credits no longer dominate narrow radar panels. Fixes #7.
Fixed
- Fixed forecast-list auto-scroll giving up when the hourly list did not overflow during the first layout pass. Fixes #9.
Validation
npm run check
RadarWise v0.8.9
Fixed
- Fixed Australia BOM fallback loops animating without the map/background layer behind the rain.
- BOM fallback radar now stacks the Bureau of Meteorology background, terrain, range, animated radar, and location label layers together.
Notes
For Australia, use country: au and radar_provider: auto or bom. Hard-refresh Home Assistant after updating so the frontend loads the new card JavaScript.
RadarWise v0.8.8
Fixed
- Fixed Australia BOM fallback radar showing a readable image but not animating when native BOM WMTS tiles are unavailable.
- BOM fallback radar now animates through Bureau of Meteorology legacy loop frames and keeps RadarWise playback controls active.
- Added a final static BOM image fallback so Australian radar still shows something useful if frame loading is blocked or temporarily stale.
Notes
For Australia, use country: au and radar_provider: auto or bom. Hard-refresh Home Assistant after updating.
RadarWise v0.8.7
Changed
- Reworked Australia BOM radar to use native Bureau of Meteorology WMTS radar tiles with BOM-native basemap tiles when available.
- Re-enabled RadarWise playback controls for BOM radar loops.
- Added an automatic readable BOM station GIF fallback when the WMTS tile service is unavailable or rejects current frames.
Fixed
- Fixed Australian BOM radar rendering as a small square image inside a large gray radar panel.
- Avoided generic street-map tiles for BOM radar panels by using BOM's own no-key basemap tiles.
Notes
For Australian dashboards, use country: au, radar_provider: auto or radar_provider: bom, and set latitude / longitude to the Australian location you want centered. Hard-refresh Home Assistant after updating so the new JavaScript is loaded.
RadarWise v0.8.6
Added
- Added Australia as a first-class region option.
- Added
radar_provider: bomfor Australia Bureau of Meteorology radar. radar_provider: autonow selects BOM radar whencountry: au.- Added an Australia example YAML file.
Changed
- Australia radar no longer depends on the generic RainViewer fallback by default.
- BOM radar uses the nearest built-in Bureau of Meteorology radar station based on the configured latitude/longitude.
- BOM radar skips the external basemap layer because BOM radar images include their own map background and attribution.
Notes
- Open-Meteo remains the no-key source for AQI, UV index, and pollen environment data. It does not provide radar imagery.
- BOM radar is an animated Bureau of Meteorology radar image, so RadarWise hides frame playback buttons for that provider.
- RainViewer remains available as an optional global fallback.
RadarWise v0.8.5
Added
- Added Dutch (
nl) translations for RadarWise. - Localized card labels, forecast summary text, radar controls, alert text, environment labels, and weather condition names.
Fixed
- Removed the malformed
v.0.8.4tag so future release sorting stays clean.
Install asset
Attach/use radarwise-card.js for HACS and manual installs.
RadarWise v0.8.3
RadarWise v0.8.3
Patch release for narrow Auto/Wide panel layouts where the weather column could be squeezed while still using desktop text sizing.
Fixed
- Added center-panel responsive sizing so forecast cards and stat boxes scale based on the actual weather-column width.
- Prevented stat values such as wind, sunrise, sunset, humidity, and dew point from breaking into overlapping vertical text.
- Kept daily forecast cards readable by giving them a minimum width and allowing horizontal scroll when the selected forecast count cannot fit cleanly.
Notes
- This is primarily for Auto layout, Wide panel layout, Sections dashboards, and dark theme setups where narrow columns made the overlap more obvious.
- The install asset is still
radarwise-card.js.
RadarWise v0.8.2
RadarWise v0.8.2
Small display customization release focused on international time preferences and safe typography choices.
Added
- Added a Time format setting with Auto, 12-hour, and 24-hour options.
- Time format applies to the main clock, hourly/forecast rows, update timestamps, radar loop labels, and sunrise/sunset values.
- Added a safe Font preset selector using local/system font stacks only.
Notes
time_format: autofollows the Home Assistant time setting when available, then falls back to browser locale.- Font presets do not load remote fonts or external assets.