ljmerza / light-entity-card

Control any light or switch entity
MIT License
233 stars 41 forks source link

HACS adds incorrect path to lovelace config #32

Closed sharpsounds closed 4 years ago

sharpsounds commented 4 years ago

HACS adds

  - type: module
    url: /hacsfiles/light-entity-card/dist/light-entity-card.js

when it should be adding

  - type: module
    url: /hacsfiles/light-entity-card/light-entity-card.js
ljmerza commented 4 years ago

Does this still happen in the latest version of have? I know they recently fixed an import bug

ljmerza commented 4 years ago

HACS is having issues on their end with proper importing. Looks like they released another fix today but if this still happens after upgrading, open an issue with them.