You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup the X3000 device, but it will not actually connect and this is the error I receive:
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 7:20:23 PM (4 occurrences)
Last logged: 7:42:03 PM
Error setting up entry GL-inet X3000 for glinet
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/glinet/init.py", line 53, in async_setup_entry
await router.setup()
File "/config/custom_components/glinet/router.py", line 131, in setup
entity_registry = er_helper.async_get(self.hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: async_get() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered:
I have setup the X3000 device, but it will not actually connect and this is the error I receive:
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 7:20:23 PM (4 occurrences)
Last logged: 7:42:03 PM
Error setting up entry GL-inet X3000 for glinet
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/glinet/init.py", line 53, in async_setup_entry
await router.setup()
File "/config/custom_components/glinet/router.py", line 131, in setup
entity_registry = er_helper.async_get(self.hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: async_get() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered: