[ 1.0.172 ] - 2025/10/10
- Updated
config_flow
methodasync_step_reauth_confirm
to load the account information correctly for thereauth_confirm
dialog. It seems the "id", "name", and "description" attributes are no longer stored in the core configuration entrydata
area. For older entries, the attributes are still present; for newer entries they are not! This was causing application credential reauth processing to fail, as it was usingdata["id"]
syntax to get the Spotify account id (to display as part of the reauth dialog) and the attribute was not present.