Ui-lovelace.yaml and custom resources

I went and reinstalled one of the integrations and the install gave me some advice. Here is what I ended up with


lovelace:
  mode: yaml
  resources:
    - type: module
      url: /hacsfiles/lovelace-fold-entity-row/fold-entity-row.js 
    - type: module
      url: /hacsfiles/lovelace-auto-entities/auto-entities.js
    - type: module
      url: /hacsfiles/lovelace-battery-entity-row/battery-entity-row.js
    - type: module
      url: /hacsfiles/lovelace-card-tools/card-tools.js 
    - type: module
      url: /hacsfiles/lovelace-card-mod/card-mod.js
    - type: module
      url: /hacsfiles/simple-thermostat/simple-thermostat.js
    - type: module
      url: /hacsfiles/weather-card/weather-card.js
    - type: module
      url: /hacsfiles/lovelace-layout-card/layout-card.js

Thanks!