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
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
2019-07-23 23:56:05 ERROR (MainThread) [homeassistant.setup] Error during setup of component ha-automower
Traceback (most recent call last):
File "/usr/src/app/homeassistant/setup.py", line 156, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/ha-automower/init.py", line 117, in setup
api.login(config.get(CONF_USERNAME), config.get(CONF_PASSWORD))
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2019-07-23 23:56:05 ERROR (MainThread) [homeassistant.setup] Error during setup of component ha-automower
Traceback (most recent call last):
File "/usr/src/app/homeassistant/setup.py", line 156, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/ha-automower/init.py", line 117, in setup
api.login(config.get(CONF_USERNAME), config.get(CONF_PASSWORD))
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: