custom-components / healthchecksio

Update and display the status of your healthchecks.io checks.
MIT License
48 stars 9 forks source link

Migrate to async_forward_entry_setups #51

Closed edenhaus closed 1 week ago

edenhaus commented 1 week ago

To remove the following warning:

Logger: homeassistant.helpers.frame
Quelle: helpers/frame.py:151
Erstmals aufgetreten: 26. Juni 2024 um 17:30:51 (1 Vorkommnisse)
Zuletzt protokolliert: 26. Juni 2024 um 17:30:51

Detected code that calls async_forward_entry_setup for integration, healthchecksio with title: [REMOVED] and entry_id: [REMOVED], which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.