Trying to add blink to the system, which fails at the 2fa section. I made multiple attempts with the same and different codes. As there is no way to disable 2fa, even temporarily, I cannot progress through the setup.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/blink/config_flow.py", line 77, 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 30, in validate_input
result = await blink.start()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/blinkpy/blinkpy.py", line 155, in start
await self.auth.startup()
File "/usr/local/lib/python3.14/site-packages/blinkpy/auth.py", line 202, in startup
success = await self._oauth_login_flow()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/blinkpy/auth.py", line 330, in _oauth_login_flow
login_result = await api.oauth_signin(self, email, password, csrf_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/blinkpy/api.py", line 894, in oauth_signin
response_text[:800],
^^^^^^^^^^^^^
The problem
Trying to add blink to the system, which fails at the 2fa section. I made multiple attempts with the same and different codes. As there is no way to disable 2fa, even temporarily, I cannot progress through the setup.
What version of Home Assistant Core has the issue?
core-2026.7.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Blink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/blink/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/blink/config_flow.py", line 77, 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 30, in validate_input result = await blink.start() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/blinkpy/blinkpy.py", line 155, in start await self.auth.startup() File "/usr/local/lib/python3.14/site-packages/blinkpy/auth.py", line 202, in startup success = await self._oauth_login_flow() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/blinkpy/auth.py", line 330, in _oauth_login_flow login_result = await api.oauth_signin(self, email, password, csrf_token) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/blinkpy/api.py", line 894, in oauth_signin response_text[:800], ^^^^^^^^^^^^^Additional information
No response