kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
283 stars 33 forks source link

Does not install correctly via HACS #59

Closed JSaterdalen closed 2 years ago

JSaterdalen commented 2 years ago

Installing simple-weather-card through HACS does not seem to install and unpack correctly.

HACS is unable to find any releases, and after installation, there is no simple-weather-card-bundle.js to be found.

Missing Releases

image

That commit ID should normally be a version number—clicking it brings up the releases page in the repo (which is empty).

Missing correct JS file

image

This manifests in the resource being null: /hacsfiles/simple-weather-card/null?hacstag=172998062

kalkih commented 2 years ago

Strange, I do not have HACS installed, will take a look at a later date. The card definitely has releases, see the release page.

https://github.com/kalkih/simple-weather-card/commit/e9e34a8239f88b53cf0b2cfa745df5a0f529eb09 was the commit id of the latest release (prior to the one I made an hour ago.) and seems to be correct.

JSaterdalen commented 2 years ago

Strange. Since the new release it is displaying correctly.

image

Previously, clicking the commit ID loaded the same release page but it was blank.

kalkih commented 2 years ago

Strange, I have no explanation 🤷🏼‍♂️ but great that it works now!