We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
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.
config.json
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: