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

Removed SUPPORT_* will be deprecaded in 2025 warning #3

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

Conversation

Caine72
Copy link

@Caine72 Caine72 commented Nov 24, 2024

Hi!
Removed SUPPORT_* will be deprecated warning and update the rewrite_common_legacy_to_modern_conf as it now requires an additional variable.

There is still an issue with ( see below) when restarting. But everything seems to work as expected now.

Update for cover.pcc_garage_door fails

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 944, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1302, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/template/template_entity.py", line 582, in async_update
    assert self._template_result_info
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

Removed SUPPORT_* will be deprecated warning and update the  rewrite_common_legacy_to_modern_conf as it now requires an additional  variable.
Closed warning that the start and close where not executed on the main eventloop thread.
@pfandrade
Copy link
Owner

Thanks. I haven't updated yet. But I'll merge your PR once I'm able to test it with the latest version.

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.

2 participants