I’m using Lovelace in storage mode and have been using the UI designer. I’ve been trying to add a slider for my dimmers (https://github.com/thomasloven/lovelace-slider-entity-row) but apparently ui-lovelace.yaml isn’t read unless it is in yaml mode (?).
My gut guess is that the ui-lovelace.yaml file is not being read because I’m not using ‘mode: yaml’ for lovelace, or the syntax I’m using for the ‘type’ field is wrong.
It’s not a ‘file’
Click on three dots in top right corner, select ConfigureUI. Click 3 dots again and click on Raw Editor and add the resources to the top there.
Hi David,
Where has the resources moved with the latest version of HA. I am trying to load some stuff from HACS and says I must add it to the resources ?, thanks
in storage mode it’s in .storge/lovelace_resources
but I think the idea is that users should not touch it as there is Configuration → Lovelace Dashboards → Resources
In the latest versions, you can even click on “Community” (e.g HACS) in the sidebar and you will see under the “Installed” tab that the downloaded, but not configured, resources are marked with a red box. You can then click on that box, and on the resource-page, you have a nice “Add to lovelace” link which will do that automatically for you.
HACS is available when people are running in storage mode. As far as I’m aware, custom bar card is the only custom card with a gui editor. Others can be added as manual cards, or added through the raw editor, in both cases the yaml must be typed manually.