Cannot add Blink Integration

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

Same boat, just began with HA and unable to login. Log brings the same error.
Other people are experiencing it too. See Invalid Authentication when trying to add Blink integration | HA 2025.12.0 · Issue #157956 · home-assistant/core · GitHub

Same, I’m new to HA and keep having issues with blink. Annoyed as I just bought a bunch of them for Black Friday, but :man_shrugging:
Hopefully it’ll get fixed, I have plenty to play with and learn until then. Lol

This problem has been corrected. See Authentication error · Issue #1147 · fronzbot/blinkpy · GitHub