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

async_setup_platforms depricated I believe #15

Open
kizeren opened this issue May 22, 2023 · 0 comments
Open

async_setup_platforms depricated I believe #15

kizeren opened this issue May 22, 2023 · 0 comments

Comments

@kizeren
Copy link

kizeren commented May 22, 2023

I believe async_setup_platforms is no longer part of python3? There is a pull request outstanding that should fix this.

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/config/custom_components/lacrosseview/__init__.py", line 90, in async_setup_entry
    hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
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

No branches or pull requests

1 participant