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
GenPi64OpenRC_HA.json
GenPi64Systemd_HA.json
Quick and dirty Templates for Home-Assistant Gentoo-HA more might need be done but might add more interested users etc..
"name": "add-homeassistant-repo", "deps": ["resolvconf"], "parser": "printf", "args": [ "sudo tee /etc/portage/repos.conf/HomeAssistantRepository.conf <<EOF\n[HomeAssistantRepository]\nlocation = /var/db/repos/HomeAssistantRepository\nsync-type = git\nsync-uri = https://git.edevau.net/onkelbeh/HomeAssistantRepository.git\npriority = 100\nEOF\n" ] }, { "name": "sync-homeassistant-repo", "deps": ["add-homeassistant-repo"], "parser": "printf", "args": ["sudo emaint sync -r HomeAssistantRepository\n"] }, { "name": "install-homeassistant", "deps": ["sync-homeassistant-repo"], "parser": "printf", "args": ["sudo emerge app-misc/homeassistant-full\n"]
The text was updated successfully, but these errors were encountered:
Thank you for the contribution.
I'm waiting for some new hardware to ship to me, and intend to configure one of them as a HomeAssistant rpi4 unit.
When that new hardware arrives, I'll integrate your contribution.
Sorry, something went wrong.
No branches or pull requests
GenPi64OpenRC_HA.json
GenPi64Systemd_HA.json
Quick and dirty Templates for Home-Assistant Gentoo-HA
more might need be done but might add more interested users etc..
The text was updated successfully, but these errors were encountered: