kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

HACS url to the local resource seems to have changed #814

Closed arner closed 5 months ago

arner commented 6 months ago

On the latest home assistant + HACS 1.33.0, the js file gets downloaded to config/www/community/mini-media-player/mini-media-player-bundle.js.

Instead of configuring the resource as /local/mini-media-player-bundle.js?v=1.16.8 (which failed), this worked for me: /local/community/mini-media-player/mini-media-player-bundle.js?v=1.16.8.

Drafteed commented 5 months ago

HACS automatically sets resources of card. You don't need to specify them manually.