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
PKCS7 padding validation in _cryptojs_decrypt: pad length outside 1–16 now raises ValueError instead of silently producing a bad slice or invalid JSON on corrupted payloads
Config flow _fetch_station_name exception now logged at DEBUG (station ID + error message) instead of swallowed silently
Renamed internal passphrase variable to evp_key to accurately reflect it is a CryptoJS EvpKDF key, not a user password