Skip to content

Homeassistant function async_config_entry_first_refresh deprecation messages #36

Open
@vanheso159

Description

2 messages received in HA logs after deploying the integration:

2025-01-08 14:45:03.317 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'catlink' uses async_config_entry_first_refresh, which is only supported for coordinators with a config entry at custom_components/catlink/init.py, line 39: await coordinator.async_config_entry_first_refresh(). This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/hasscc/catlink/issues

2025-01-08 14:45:04.336 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'catlink' uses async_config_entry_first_refresh, which is only supported for coordinators with a config entry at custom_components/catlink/modules/scooper_device.py, line 49: await self.coordinator_logs.async_config_entry_first_refresh(). This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/hasscc/catlink/issues

HA version info:
Core 2024.12.5
Supervisor 2024.12.3
Operating System 14.1
Frontend 20241127.8

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions