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
2021-03-07 08:45:34 ERROR (MainThread) [homeassistant.setup] Error during setup of component customizer
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/config/custom_components/customizer/init.py", line 118, in async_setup
hass.services.async_register(DOMAIN, SERVICE_SET_ATTRIBUTE,
TypeError: async_register() takes from 4 to 5 positional arguments but 6 were given
The text was updated successfully, but these errors were encountered:
2021-03-07 08:45:34 ERROR (MainThread) [homeassistant.setup] Error during setup of component customizer
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/config/custom_components/customizer/init.py", line 118, in async_setup
hass.services.async_register(DOMAIN, SERVICE_SET_ATTRIBUTE,
TypeError: async_register() takes from 4 to 5 positional arguments but 6 were given
The text was updated successfully, but these errors were encountered: