#Blink integration broken

1 messages · Page 1 of 1 (latest)

meager scaffold
#

Its been a few days that Blink integration has been broken for me, it seems to be an AuthN issue as I am getting an Unexpected error when trying to re-configure the integration (was working fine for months). HA log says:

2026-03-17 06:02:03.554 ERROR (MainThread) [blinkpy.auth] Connection error. Endpoint https://api.oauth.blink.com/oauth/token possibly down or throttled. Error:
2026-03-17 06:02:03.555 ERROR (MainThread) [blinkpy.auth] Login endpoint failed. Try again later.
2026-03-17 06:02:03.555 ERROR (MainThread) [blinkpy.blinkpy] Cannot setup Blink platform.
2026-03-17 06:02:03.555 ERROR (MainThread) [homeassistant.components.blink.coordinator] Unexpected error fetching blink data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 341, in __wrap_async_setup
    await self._async_setup()
  File "/usr/src/homeassistant/homeassistant/components/blink/coordinator.py", line 60, in _async_setup
    raise ConfigEntryNotReady
homeassistant.exceptions.ConfigEntryNotReady: None

I only use this integration for getting the cameras' outside temps.

I am running an older HA core: 2025.11.0

ocean cliff
#

There were auth issues fixed in 2025.12.3. Probably should look into upgrading and see if it persists