dylandoamaral / uptime-card

Minimalistic uptime card for Home Assistant Lovelace UI
266 stars 11 forks source link

Uptime-card Not loaded in hacs #92

Closed bschatzow closed 3 years ago

bschatzow commented 3 years ago

Tried to install the latest version through hacs and it appears that the files were put in the correct place. config\www\community\uptime-card I added this to my resource file:

- type: module  
  url: /hacsfiles/uptime-card.js

and get the error uptime-card not loaded in hacs.

dylandoamaral commented 3 years ago

The good entry is:

- url: /hacsfiles/uptime-card/uptime-card.js
  type: module

Feel free to close this issue if it works.

bschatzow commented 3 years ago

I was missing the directory in my config. It works now. Thanks.