-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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.