Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 575, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hass_agent/__init__.py", line 135, in async_setup_entry
_logger.debug("setting up device from config entry: %s [%s]", entry.data["device"]["name"], entry.unique_id)
~~~~~~~~~~^^^^^^^^^^
KeyError: 'device'Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 575, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hass_agent/__init__.py", line 167, in async_setup_entry
hass.async_create_background_task(handle_apis_changed(hass, entry, apis))
TypeError: HomeAssistant.async_create_background_task() missing 1 required positional argument: 'name'Join the Discord to ask follow-up questions and connect with the community
HASS.Agent's discord community server for getting help and chatting with other users.
1,110 Members
Join