Hi all, new on HA
My goal is to get running floorplan, but i don’t get worked HACS.
I have “homeassistant/home-assistant” image from docker hub (Home Assistant container) , so, not Add-ons button on GUI
I get this error:
Hacs installed using these : (Download | HACS)
- Open a terminal
- Go inside the container with
docker exec -it homeassistant bash
- Run the HACS download script
wget -O - https://get.hacs.xyz | bash -
Also i try to make this in config:
# HACS modifications
hacs:
token: ****-**** (token number)
But i have another error.
"Not loaded in Lovelace You have 1 Lovelace elements that are not loaded properly in Lovelace. "
How should i have to install HACS to get no errors?
Thanks
jchh
((not John))
2
Remove the config entry, it’s all done by the UI now.
Follow these instructions
Hi, thanks for replying,
- Remove HACS folder: /homeassistant/config/custom_components
- Restart
- Clear browser cache
- Remove
# HACS modifications
hacs:
token: ****-**** (token number)
from configuration.yaml
- Restart again
- Clear browser cache again
Then: Can’t find “HACS” in the “Devices & Services” and the “Integrations” tab
Then, see this thread:
use: “docker exec -it homeassistant /bin/sh” and “wget -q -O - https://hacs.xyz/install | bash -”
If I do that, gonna took me back from the beginning.
What else i can do? Thanks
jchh
((not John))
4
Don’t do this bit. You need to follow the docs exactly.
I remove that in the configuration, (I already have it). configuration.yaml is the original now
follow all the step.
Also try,
From this thread:
https://www.reddit.com/r/homeassistant/comments/munj6h/cant_install_hacs_in_homeassistant_in_docker_on/
on : homeassistant/config/custom_components/hacs $
sudo wget https://github.com/hacs/integration/releases/latest/download/hacs.zip
unzip hacs.zip
Then i can install hacs from GUI, but , i get this error:
adding these in configuration.yaml and restarting
hacs:
token: # Agregado por mi HACS
hacs:
token: ****.****
And work but i get these error:
HACS still deprecated
There is another way to install HACS ?