rdehuyss / homeassistant-lovelace-alarm-clock-card

Building the perfect alarm clock...
37 stars 5 forks source link

dashboard code #5

Open curtisdr opened 3 years ago

curtisdr commented 3 years ago

I'm not using ui-lovelace.yaml, so where does the "resource:" code go? It generates an error if I try to add it to the Raw Configuration Editor of one of my dashboards.

filmgarage commented 3 years ago

I am guessing you should put them in Configuration -> Lovelace Dashboards -> Resources (tab on top of page)

Resources

curtisdr commented 3 years ago

I'm such a newb! I assume I choose "javascript module" for

  - url: /local/custom_ui/alarm-clock-card/alarm-clock-card.js?v=0.5.0
    type: module

thanks