Hello everyone,
I am having some issues with my configuration for lovelace cards. Sometimes HA finds them and sometimes it does not. And then Lovelace says “custom element doesn’t exist”.
I have in my configuration.yaml
lovelace: !include lovelace/lovelace.yaml
Then I have a folder /config/lovelace with the lovelace.yaml
mode: yaml
resources: !include resources.yaml
and resources.yaml
- url: lovelace/config-template-card.js
type: module
- url: lovelace/apexcharts-card.js
type: module
- url: lovelace/auto-entities.js
type: module
Am I missing something?
Thanks
Alex