configng icon indicating copy to clipboard operation
configng copied to clipboard

Change homeassistant from deprecated supervisor install

Open lanefu opened this issue 5 years ago • 2 comments

The supervisor style install of hass is intead for hass maintained appliance images and will be deprecated in the future.

Change install to use standard container image here: https://hub.docker.com/r/homeassistant/home-assistant

Recommendations:

  • Drive container by systemd unit file
  • use release tag instead of latest. Set via /etc/default or /etc/homeassistant folder
  • give user choice of container or host networking durring install
  • map /etc/homeassistant/config to /config

lanefu avatar Dec 25 '20 17:12 lanefu

The supervisor style install

This seems to still be maintained and it works as expected, while Docker variant has certain limitations.

igorpecovnik avatar Jan 23 '25 07:01 igorpecovnik

One additional reason to switch away from supervised would be incompatibility with OpenMediaVault. Installing HomeAssistant with armbian-config removes openmediavault from a system and also resets the docker daemon configuration. We should either add a warning or switch to container @igorpecovnik

HeyMeco avatar Aug 08 '25 09:08 HeyMeco