-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Replace deprecated constant for HA 2024.1 #502
Conversation
Why doesn't get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. same patch i applied locally.
@PiotrMachowski can we get this merged? I've applied this locally and it seems to be working fine. |
@PiotrMachowski this PR is needed for 2025.1, tested on my side too |
@Aohzan yeah, I know... |
thanks, @hmmbob! |
Had these in my logs:
It was a straight forward fix.... 😄 Tested locally, runs fine.
CameraEntityFeature
has been around since 2022.5, so this should be non-breaking for older HA versions.Docs: https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation/