Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use async_forward_entry_setups and async_unload_platforms #22

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

040medien
Copy link
Contributor

This PR updates the stadtreinigung_hamburg custom integration to replace deprecated methods with their newer counterparts, addressing deprecation warnings and ensuring compatibility with future versions of Home Assistant (specifically Core 2025.6 and beyond).

Changes made:
Replace deprecated method async_forward_entry_setup with async_forward_entry_setups
Replace deprecated method async_forward_entry_unload with async_unload_platforms

Addresses issue #19

Replace deprecated methods async_forward_entry_setup and async_forward_entry_unload with async_forward_entry_setups and async_unload_platforms to address deprecation warnings and ensure future compatibility with Home Assistant Core 2025.6.
@vigonotion vigonotion merged commit 4173d0d into custom-components:master Oct 29, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants