You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-01 13:20:48.944 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hpprinter' uses async_config_entry_first_refresh, which is only supported when entry state is ConfigEntryState.SETUP_IN_PROGRESS, but it is in state ConfigEntryState.LOADED, This will stop working in Home Assistant 2025.11 at custom_components/hpprinter/managers/ha_coordinator.py, line 91: await self.async_config_entry_first_refresh(), please create a bug report at https://github.com/elad-bar/ha-hpprinter/issues
Got this in all betas of HA 2024.11:
2024-11-01 13:20:48.944 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hpprinter' uses
async_config_entry_first_refresh, which is only supported when entry state is ConfigEntryState.SETUP_IN_PROGRESS, but it is in state ConfigEntryState.LOADED, This will stop working in Home Assistant 2025.11 at custom_components/hpprinter/managers/ha_coordinator.py, line 91: await self.async_config_entry_first_refresh(), please create a bug report at https://github.com/elad-bar/ha-hpprinter/issues
Possibly related to https://developers.home-assistant.io/blog/2024/10/21/reauth-reconfigure-helpers/
The text was updated successfully, but these errors were encountered: