Hi,
I am new to HA. I’ve setup some basic cards. They work great and are easy to add. Now I want to add custom cards but I can’t get them work. I don’t get the theory behind it.
I would like to add Atomic calendar. (https://github.com/atomic7777/atomic_calendar). I’ve add the js file to my www folder and added this line to my ui-lovelace.yaml file:
resources:
- url: /local/atomic_calendar.js
type: module
That should complete the installation but if I try to add a card with this type: “type”: “custom:atomic_calendar” it tells me: Custom element doesn’t exist: atomic_calendar.
One thing I don’t get is where the ui-lovelace.yaml should be mentioned, because there is no reference in the configuration.yaml file? I have to feeling that whatever I put in the ui-lovelace.yaml is not loaded. Should I change the configuration to yaml mode?