I have installed home assistant using docker, instalation path: /usr/share/hassio/homeassistant
In this directory i also have configuration.yaml and it works
But where should i put custom_compopents directory?
Tried to
The folder is already there as far as i can see from your screenshot. It must be in the same directory as configuration.yaml as far as I know. (In my setup it is like this) The two things you tried both say compopents instead components
i assume that i need to put it here: /usr/share/hassio/homeassistant/custom_compopents
But on next step it should appear on ui so i can add that module, but it not appears, seems like wrong path…
Any errors in the log? I remember recently there was someone who hadn’t copied all the files over because they missed the hidden directory. Log would show missing files.
And/or can you checksum the contents of your /custom_compopents/hacs directory and compare it with a freshly downloaded copy on another computer.
I was trying to be funny originally, but then halfway through changed my mind and just stuck with the actual suggestion but forgot to change the spelling back.
What comes to my mind is that you might have several custom_components directories.
Make sure you give the right path to your volume option of your docker run command.
For your case it could be something like: docker run -d --name homeassistant --privileged --restart=unless-stopped -v /usr/share/hassio/homeassistant:/config --network=host ghcr.io/home-assistant/home-assistant:stable