So I just set up my HA server via Docker/Portainer just awhile back. Got everything up and running and no issues so far in terms of function. However, I am getting this constant notification that I have failed to load integration for translation as well as Setup failed for ‘volumes’: Integration not found.
Since my HA server is functioning properly, I don’t know where to trace this error. Any help would be greatly appreciated
“2024-03-20 17:59:00.684 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration ‘volumes’ not found.
2024-03-20 17:59:10.660 ERROR (MainThread) [homeassistant.setup] Setup failed for ‘volumes’: Integration not found.”
Setup failed for ‘areas’: Integration not found.
09:00:40 – (ERROR) setup.py
Failed to load integration for translation: Integration ‘areas’ not found.
09:00:36 – (WARNING) helpers/translation.py
Registrador: homeassistant.helpers.translation
Fuente: helpers/translation.py:226
Ocurrió por primera vez: 12:37:04 (1 ocurrencias)
Último inicio de sesión: 12:37:04
Failed to load integration for translation: Integration ‘-notify’ not found.
Registrador: homeassistant.setup
Fuente: setup.py:269
Ocurrió por primera vez: 12:37:05 (1 ocurrencias)
Último inicio de sesión: 12:37:05
Setup failed for ‘-notify’: Integration not found.
This breaks a few views for me, eg. If I try to view Backups or HACS, I just see a white screen (with the toolbar still to the left)
This is the Warning and Error I get.
Logger: homeassistant.helpers.translation
Source: helpers/translation.py:226
First occurred: 9:15:46 AM (1 occurrences)
Last logged: 9:15:46 AM
Failed to load integration for translation: Integration 'panel_iframe' not found.
Logger: homeassistant.setup
Source: setup.py:269
First occurred: 9:15:47 AM (1 occurrences)
Last logged: 9:15:47 AM
Setup failed for 'panel_iframe': Integration not found.
I found this panel_iframe integration was used in my configuration.yaml. In my case it was to have a side menu item for portainer to manage the docker images I use in my setup.
Move resources to Lovelace Configuration
If you need to load custom resources (e.g., for the ApexCharts card), you should configure them in the Lovelace UI or in a separate Lovelace YAML file.
Configure in the Lovelace UI
Go to **Settings > Dashboards > Resources.
Add the resource URL for the ApexCharts card (or any other custom card).
Then reload HA and when starting up no more errors
Guys, saying “same here”, “me too” or “no fix” is about as useful as “sending thoughts and prayers”.
Just leave a like on the topic or follow @Benneton’s (unfromatted) advice or create a github issue if you want to be notified of any progress. If you really want to help, create a github issue and post your logs so that the devs can isolate what is causing it.