Open harphere opened 1 year ago
I guess you have ha in a docker instance running and not supervised or via ha os.
Just use the docker install method for diyhue to install it alongside home assistant.
[https://diyhue.readthedocs.io/en/latest/getting_started.html#docker-install ]()
Yes, running HA in docker. I installed diyHue using this command:
sudo apt update && sudo apt upgrade -y
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi
sudo docker run -d --name diyHue --restart=always --network=host -e MAC=XX:XX:XX:XX:XX:XX -v /mnt/hue-emulator/export:/opt/hue-emulator/export diyhue/core:latest
I'm lost now on locating the config.json
to make the necessary changes.
I'm new to diyHue and would love to get it set up in my Home Assistant instance but how can I do so using the HA Container installation?
Is there a HACS method of installing it?