Errors since upgrade to 0.109.4

I am getting different errors.

The one I am seeing right now is -
[homeassistant.setup] Setup failed for resources: Integration not found.

Before it mentioned that the resources needed to be in the configuration.yaml file but the resources were in the ui-lovelace.yaml file.

So where are they suppose to go and what is the 1st above error mean?

DId this part -
This awesome new feature comes with a deprecation if you use Lovelace in manual YAML mode: You need to move the resources section from your ui-lovelace.yaml to the lovelace: section in configuration.yaml . It is not a breaking change yet; we still load them from the previous location if we didn’t find anything in the lovelace: section, however, this fallback is being removed in a future version.

Still get the same error.

Do I not need the word resources: anymore?

Yes you still need it. Just move the whole resources: section (including resources:) and place it underneath lovelace: in the configuration.yaml

Ok so here is a few lines


lovelace:
resources:
######## Plex Card ########
  - url: /local/custom-lovelace/upcoming-media-card/upcoming-media-card.js?v=0.3.8
    type: js
    
######## Calendar Cards ########
 #https://github.com/atomic7777/atomic_calendar
  - url: /local/community/atomic_calendar/atomic_calendar.js?v=0.8.9
    type: module
 
  - url: /local/calendar-card.js
    type: js

######## Weather Card ########
  - url: /local/custom-lovelace/weather-card/weather-card.js
    type: module
    
######## Custom Cards ########
#https://github.com/custom-cards/monster-card    
  - url: /local/monster-card.js
    type: js
    
#https://github.com/thomasloven/lovelace-auto-entities    
  - url: /local/community/lovelace-auto-entities/auto-entities.js
    type: module

Everything from the resources: line needs indenting another two spaces.

Wow lots of changes since the older version -

Ok now I have these and not sure why if they worked in the older versions.

Component error: hdhomerun - Integration ‘hdhomerun’ not found.

Platform error sensor.plex_recently_added - Integration ‘plex_recently_added’ not found.

Which folder/file do I need to look at for these?

Ok noticed that 0.109.5 was available as I was on 109.4. Upgraded and now all is OK - Very strange.