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

suggested fix for HA2025 deprecation warnings #1168

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TermeHansen
Copy link

I have tried to update the code without diving to deep in to it.

Basically I just updated as suggested by the warnings in the HA log and keeping the naming in the supported set....

@MrEbbinghaus
Copy link
Contributor

Resolves: #1144

and ATTR_COLOR_TEMP_KELVIN in service_data
):
# ATTR_COLOR_TEMP and ATTR_COLOR_TEMP_KELVIN are mutually exclusive
del service_data[ATTR_COLOR_TEMP]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can this code be deleted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants