Skip to content

v3.0.1b2 (beta)

Pre-release
Pre-release

Choose a tag to compare

@claesmathias claesmathias released this 26 May 18:24
· 11 commits to main since this release

Beta release 3.0.1b2

Fix

  • Mobile sensor no longer crashes when the Telenet API returns a Cloudflare block (429 with HTML body) on the mobile usage endpoint. The sensor now logs a warning and keeps its previous state instead of raising an AssertionError and failing the entity update.

This was visible in HA logs as:

WARNING  [mobileUsage] Cloudflare block (not retrying)
ERROR    Update for sensor.telenet_telemeter_..._mobile_... fails

After this fix the warning may still appear during heavy use (e.g. after running integration tests against the same IP), but the sensor will no longer error out.