Specify files for HACS to download
See original GitHub issueIs 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:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is actually supported now, not sure when, but it works. NB: Might be just in master for now Verification: https://github.com/hacs/integration/blob/db0428ae5d55320dacf23164d571c0711437b6d6/tests/helpers/download/test_gather_files_to_download.py#L91-L102 result: https://github.com/hacs/integration/runs/447618341?check_suite_focus=true#step:12:33
currently yes, or a zip file (like how HACS itself are downloaded)