After upgrading to 2025.12.0 I cannot add the Blink Integration. I do not have 2fa turned on on my Blink account.
Logger: homeassistant.components.blink.config_flow
Source: components/blink/config_flow.py:76
integration: Blink (documentation, issues)
First occurred: 9:16:40 AM (2 occurrences)
Last logged: 9:33:43 AM
Unexpected exception
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/blink/config_flow.py”, line 76, in async_step_user
return await self._handle_user_input(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/blink/config_flow.py”, line 66, in _handle_user_input
await validate_input(self.blink)
File “/usr/src/homeassistant/homeassistant/components/blink/config_flow.py”, line 32, in validate_input
await blink.start()
File “/usr/local/lib/python3.13/site-packages/blinkpy/blinkpy.py”, line 133, in start
await self.auth.startup()
File “/usr/local/lib/python3.13/site-packages/blinkpy/auth.py”, line 180, in startup
await self.refresh_tokens()
File “/usr/local/lib/python3.13/site-packages/blinkpy/auth.py”, line 144, in refresh_tokens
self.login_response = await self.login(refresh=refresh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/blinkpy/auth.py”, line 122, in login
raise UnauthorizedError
blinkpy.auth.UnauthorizedError