Beta pre-release. Adds a YAML-only
disable_wheel_zoomoption so the mouse wheel can scroll the dashboard instead of zooming the map, and carries the 3.9.1-beta1 wind fix. Drop-in upgrade from 3.9.x — no config changes required.
What's new
disable_wheel_zoom(YAML-only) — stops the mouse wheel zooming the map so it scrolls the dashboard instead. The +/- buttons (show_zoom), pinch-zoom and drag keep working, unlikestatic_map, which removes all zoom controls. (#263)
type: custom:weather-radar-card
show_zoom: true
disable_wheel_zoom: trueAlso included from 3.9.1-beta1
- Wind arrows/barbs/flow could show a day-old wind field, sometimes looking 180° reversed outside the US: DWD's server answers a missing or off-step time with its oldest slice, and the card now always requests a valid one (ICON hourly, AICON 3-hourly). (#262)
Full Changelog: v3.9.1-beta1...v3.10.0-beta1