Skip to content

Release 2.13

Latest

Choose a tag to compare

@briis briis released this 18 Jun 13:13

[2.1.3] — 2026-06-18

Fixed

  • "Unknown error occurred" when configuring an unavailable device_try_login used a bare next() with no default, causing a StopIterationRuntimeError when the stored country was a raw country code ("DK") rather than a name ("Denmark"). Now returns an invalid_auth error gracefully instead of crashing.
  • Options flow silently re-displayed the login form when the device's integration entry was not loaded (BLE device unavailable during setup retry). Now shows an explicit "integration not loaded — restart Home Assistant" error.
  • Password pre-fill removed from the options flow cloud login form (was already fixed in the config flow in 2.1.2; now consistent in both places).