Skip to content

Home Assistant Images #224

@necrose99

Description

@necrose99

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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions