Hi all,
I just recently installed HA via docker and I tried to use the Blink integration but cannot get it to work. After successful login the integration keeps retrying but failing with the following status:
### Needs attention
* blink
Failed setup, will retry: None
The log shows the following entries:
Logger: blinkpy.auth
Source: components/blink/coordinator.py:51
First occurred: March 3, 2026 at 11:29:25 PM (52 occurrences)
Last logged: 9:14:11 PM
Connection error. Endpoint https://rest-prod.immedia-semi.com/api/v1/users/tier_info possibly down or throttled. Error:
Failed to get tier info: 'NoneType' object is not subscriptable
Logger: blinkpy.blinkpy
Source: components/blink/coordinator.py:51
First occurred: March 3, 2026 at 11:29:25 PM (52 occurrences)
Last logged: 9:14:11 PM
Unable to extract region is from response None
Cannot setup Blink platform.
Logger: homeassistant.components.blink.coordinator
Source: helpers/update_coordinator.py:354
integration: Blink (documentation, issues)
First occurred: March 3, 2026 at 11:29:25 PM (26 occurrences)
Last logged: 9:14:11 PM
Unexpected error fetching blink data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, 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
Any ideas?