Change homeassistant from deprecated supervisor install
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
The supervisor style install
This seems to still be maintained and it works as expected, while Docker variant has certain limitations.
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