amaximus / garbage-collection-card

Custom Lovelace card for Garbage Collection custom component
MIT License
128 stars 24 forks source link

Card no longer working in 0.107 #29

Closed codypet closed 4 years ago

codypet commented 4 years ago

Upgraded to 0.107 and now the card shows this error: image Almost all my other Lovelace cards needed to be reloaded with the upgrade, but this one didn't come back.

I tried - type: module url: /www/community/garbage-collection-card/garbage-collection-card.js - type: module url: /community-plugin/garbage-collection-card/garbage-collection-card.js And neither worked.

amaximus commented 4 years ago

Just updated my instance to 0.107.0 and the following line works:

  - {type: js, url: '/local/community/garbage-collection-card/garbage-collection-card.js'}
codypet commented 4 years ago

Yep! Thank you kindly!