Skip to content
New issue

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

Home Assistant Images #224

Open
necrose99 opened this issue Feb 11, 2025 · 1 comment
Open

Home Assistant Images #224

necrose99 opened this issue Feb 11, 2025 · 1 comment

Comments

@necrose99
Copy link

necrose99 commented Feb 11, 2025

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"]
@jonesmz
Copy link
Contributor

jonesmz commented Feb 12, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants