question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specify files for HACS to download

See original GitHub issue

Is your feature request related to a problem? Please describe. I have an image or two in a custom lovelace card plugin which I need HACS to include when installing the plugin on peoples system. However, I do not use releases or a dist directory, nor do I want to have everything in a dist folder for a simple JS script.

Describe the solution you’d like For example, in hacs.json, I could specify a list of additional files/paths for HACS to include.

files: [
  "some-other-file.js",
  "images/some-image.png"
],

Describe alternatives you’ve considered Git releases and dist directory.

Additional context None.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
ludeeuscommented, Jan 15, 2020

currently yes, or a zip file (like how HACS itself are downloaded)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Initial Configuration - HACS
Open your Home Assistant instance and start setting up a new integration. Search for or scroll down to find "HACS" and select it​....
Read more >
How to install hacs? - Home Assistant OS
Did you download and extract the HACS zip file and restart Home Assistant? Is there a HACS folder in /config/custom_components ?
Read more >
Issue when downloading a frontend repository #2294 - GitHub
Open HACS and click on Frontend. · Select any repository to download (does not matter new or existing) · Click on download. The...
Read more >
How to install & use Home Assistant Community Store (HACS)
No matter the Home Assistant installation method – we have the HACS files in the right place, but that is still not enough....
Read more >
How to Install HACS on Home Assistant in 2022 - WunderTech
This tutorial looks at how to install HACS on Home Assistant. ... you only really need to run one command which will download...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found