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

Problem after install #10

Open
jalmarverbraak opened this issue May 18, 2024 · 0 comments
Open

Problem after install #10

jalmarverbraak opened this issue May 18, 2024 · 0 comments

Comments

@jalmarverbraak
Copy link

I tried this custom component but it is not really working. It keeps giving me the following error:

Logger: homeassistant.config_entries
Source: config_entries.py:551
First occurred: 15:30:03 (3 occurrences)
Last logged: 15:30:56

Error setting up entry 192.168.1.187 for androidtv
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/androidtv/init.py", line 162, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'. Did you mean: 'async_unload_platforms'?

Does anyone know how I can solve this issue? I would love to add better automations based on my TV.

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