I have been receiving the error below ever since I moved from the manual Google Assistant integration to the automatic setup via Nabu Casa. When I removed the manual integration I deleted the key file and the yaml from my config file. Tt seems like it's still loading an artifact from the old setup, but I'm not sure where from.
Error setting up entry home-assistant-94667 for google_assistant
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/google_assistant/__init__.py", line 123, in async_setup_entry
config: ConfigType = {**hass.data[DOMAIN][DATA_CONFIG]}
~~~~~~~~~^^^^^^^^
KeyError: 'google_assistant'