Hi,
how would I install HACS on synclouds custom Home Assistant snap?
Or even better: could you just integrate HACS in the standard HA snap?
Hi,
how would I install HACS on synclouds custom Home Assistant snap?
Or even better: could you just integrate HACS in the standard HA snap?
I need to check how it is done, have you used it before? Have you installed it anywhere before?
I was able to install using this script using SSH on the device
cd /var/snap/home-assistant/current/ha.config/
mkdir -p custom_components
cd custom_components
wget https://github.com/hacs/integration/releases/latest/download/hacs.zip
unzip hacs.zip
chown -R home-assistant:home-assistant /var/snap/home-assistant/current/ha.config
snap restart home-assistant
Can you try?
Works, thank you very much
will this persist through future app updates?
It should, let me know if there is any issue, I could try to include it by default