Homeassistant.setup

I have been getting this notification for a couple of months, have not figured out what it means. Can anyone point me in the right direction?

Logger: homeassistant.setup
Source: setup.py:269
First occurred: 7:57:34 PM (1 occurrences)
Last logged: 7:57:34 PM

Setup failed for ‘resources’: Integration not found.

Look in your configuration.yaml file for the line resources: hard up against the left hand margin.

If you use YAML mode for you dashboards it should be indented like this:

lovelace:
  mode: yaml
  resources:

Not like this:

lovelace:
  mode: yaml
resources:

#resources:

- url: /local/apexcharts-card.js?v=2.1.2

type: module

remarked out the above, seems to have solved the notification. Thank you!

Do you use HACS?

Have a look in Settings → Dashboards → Three dot icon tor right → Resources

Is there a resource like this listed:

If so you can delete all all that stuff you posted above.

If not, or you want to use apex charts in a YAML dashboard you will have to add it like this (pay attention to the indentation):

lovelace:
  mode: yaml
  resources:
    - url: /local/apexcharts-card.js?v=2.1.2
      type: module