Skip to content

v2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@andrejs2 andrejs2 released this 13 Mar 10:35

What's new in v2.0.0-beta.2

Bugfix release for the webcam module.

Fixed

  • Webcam images showing stale/404 data — Rewrote webcam module to use the dedicated ARSO webcam JSON API instead of observationAms, which could serve cached responses with outdated image URLs
  • Config flow showed all 107 stations for webcam selection — Now shows only the 51 stations that actually have webcams

Changed

  • New webcam_stations.py with static mapping of 51 webcam stations and their available camera directions
  • New webcam_client.py using dedicated webcam JSON endpoints for always-fresh image URLs
  • Simplified webcam architecture: single image entity class for all locations

Upgrading from beta.1

No breaking changes. After updating, reconfigure webcam locations if needed — the selection list now correctly shows only stations with cameras.


Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2