Just a note to thank everyone who worked on this integration. Worked great for me out of the box starting with the 2022.05 release.
However, around the time I upgraded to HA 2022.6.3 (I think, although it may be unrelated to the upgrade), it suddenly started failing with the following error, which has persisted since then (over several days and several HA restarts):
ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Home Assistant Cloud for senz
File "/usr/src/homeassistant/homeassistant/components/senz/__init__.py", line 100, in async_setup_entry
account = await senz_api.get_account()
File "/usr/local/lib/python3.9/site-packages/aiosenz/api.py", line 35, in get_account
File "/usr/local/lib/python3.9/site-packages/aiosenz/auth.py", line 55, in _request
File "/usr/src/homeassistant/homeassistant/components/senz/api.py", line 24, in get_access_token
aiohttp.client_exceptions.ClientResponseError: 500, message='Internal Server Error', url=URL('https://account-link.nabucasa.com/refresh_token/senz')
Is it just me or affecting everyone?