You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unknown error occurred" when configuring an unavailable device — _try_login used a bare next() with no default, causing a StopIteration → RuntimeError 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).