Resources Need to be Specified Log Entry

I am in the process of clearing up my HA config to rid my log of annoying entries and I stumbled accross this one.

Logger: homeassistant.components.lovelace
Source: components/lovelace/init.py:228
Integration: Lovelace (documentation, issues)
First occurred: 10:29:12 AM (1 occurrences)
Last logged: 10:29:12 AM

Resources need to be specified in your configuration.yaml. Please see the docs

The documention points to a basic page on Lovelace.
The suggestion form entry talks about moving the resource entry in Lovelace but also mentions something about multiple dashboards.

I do not have multiple dashboards and I don’t have a resource.yaml file.

Where are you configuring your resources? in the ui-lovelace.yaml or in the configuration.yaml?

In the ui-lovelace.yaml file.

resources:

#Dark-Sky Weather

So that’s why you are getting the notification in the log.

Since a few releases ago they now have to be stored in the configuration.yaml file under the “lovelace:” section.

lovelace:
  mode: yaml
  resources:
    - your resources list here
1 Like

Is this for /hacsfiles/ as well?

sorry, if you were asking me that then yes, if you are using yaml mode then all resources go there.