Package Details: homeassistant-supervised 1.7.0-1

Git Clone URL: https://aur.archlinux.org/homeassistant-supervised.git (read-only, click to copy)
Package Base: homeassistant-supervised
Description: Home Assistant Supervised
Upstream URL: https://www.home-assistant.io/
Keywords: haos hass homeassistant supervised
Licenses: Apache
Conflicts: docker-desktop
Submitter: rokam
Maintainer: rokam
Last Packager: rokam
Votes: 4
Popularity: 0.000001
First Submitted: 2022-08-05 22:00 (UTC)
Last Updated: 2024-04-03 16:41 (UTC)

Pinned Comments

rokam commented on 2022-08-05 22:03 (UTC) (edited on 2022-08-05 22:04 (UTC) by rokam)

You need to add systemd.unified_cgroup_hierarchy=false in your kernel parameters.

Read more at: https://wiki.archlinux.org/title/Kernel_parameters

Latest Comments

1 2 3 4 Next › Last »

gaelic commented on 2024-06-19 18:07 (UTC) (edited on 2024-06-19 18:48 (UTC) by gaelic)

cgroup v1 is deprecated as of now and my pc is not booting anymore with the required parameter. I am downgrading systemd for the moment, but we need a solution for this problem rather soon. From the systemd changelog (version 256):

Support for cgroup v1 ('legacy' and 'hybrid' hierarchies) is now considered obsolete and systemd by default will refuse to boot under it. To forcibly reenable cgroup v1 support, SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 must be set on kernel command line. The meson option 'default-hierarchy=' is also deprecated, i.e. only cgroup v2 ('unified' hierarchy) can be selected as build-time default.

User8395 commented on 2024-02-19 21:08 (UTC) (edited on 2024-02-19 21:30 (UTC) by User8395)

Created an AUR account just to comment this, the homeassistant container's port 8123 needs to be forwarded to the host port 8123.

Adrian.Chmiel commented on 2024-01-19 07:05 (UTC)

@whoami, MACHINE env. variable has been described on wiki https://wiki.archlinux.org/title/Home_Assistant_Supervised

rokam commented on 2024-01-18 13:18 (UTC)

@whoami, you can run this command before installing.

export MACHINE=qemuarm-64

It doesn't work ootb because there are multiple machines for the same arch.

whoami commented on 2024-01-17 05:36 (UTC)

I set the MACHINE environment variable to qemuarm-64 on Orange PI Zero 3. But it always stops working on the check_machine() function

MACHINE environment variable unknown! Please choose one of the following options:
 - generic-x86-64
 - odroid-c2
 - odroid-c4
 - odroid-n2
 - odroid-xu
 - qemuarm
 - qemuarm-64
 - qemux86
 - qemux86-64
 - raspberrypi
 - raspberrypi2
 - raspberrypi3
 - raspberrypi4
 - raspberrypi3-64
 - raspberrypi4-64
 - tinker
 - khadas-vim3

error: command failed to execute correctly

if I'm setting MACHINE manually in .INSTALL script inside block, then works fine:

"aarch64")
            MACHINE=${MACHINE:=qemuarm-64}
            HASSIO_DOCKER="${DOCKER_REPO}/aarch64-hassio-supervisor"
;

txomon commented on 2024-01-05 01:03 (UTC)

Taking into account how the .INSTALL script is set, I think at least NetworkManager and apparmor should be added as non-optional requirements,

rokam commented on 2023-06-05 20:16 (UTC)

Yes, that might be apparmor related

gaelic commented on 2023-06-05 18:19 (UTC)

@rokam thanks for the clarification.

Another short question: is it somehow possible that homeassistant-supervised is interrupting the audio output? On my system I lose my HDMI Audio Output after installing and starting homeassistant.

rokam commented on 2023-06-05 13:03 (UTC)

@gaelic, most of the suggestions don't make sense after v1.4.2.

gaelic commented on 2023-06-05 12:50 (UTC)

Thanks for this fantastic package.

Maybe @rokam can adapt some of the changes proposed by @tkolo

best wishes, g