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

Avoid deprecated types #134

Merged
merged 2 commits into from
May 19, 2024
Merged

Conversation

SukramJ
Copy link
Contributor

@SukramJ SukramJ commented May 16, 2024

Fixes #129

Avoid deprecated types:

HomeAssistantType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'auto_backup' custom integration
ServiceCallType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.ServiceCall instead, please report it to the author of the 'auto_backup' custom integration
EventType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.Event instead, please report it to the author of the 'auto_backup' custom integration

Works with HA 2024.5.3

@jcwillox
Copy link
Owner

Thanks, was going to fix this eventually 😄 wasn't in any rush this time, they used to only give like 1 month to fix this stuff, nice they're giving a year before breaking everything.

seems unrelated
@jcwillox jcwillox merged commit b641c0f into jcwillox:main May 19, 2024
3 checks passed
@jcwillox
Copy link
Owner

Thanks, I'll do a release with the update soon.

Yeah the black update was unrelated, guess they made a recent change to the style, either way I'd have to format it at some point 👍

Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Log warnings for deprecated alias
2 participants