This PR removes the "Install Home Assistant (Requires Docker)" functionality for installing Supervised Home Assistant from the IOTstack menu. The command invokes:
but the installer.sh script no longer exists (404 error), so the IOTstack menu command fails.
From a user perspective, there are four options:
Run the standalone home_assistant container selectable from the IOTstack menu.
Build a Raspberry Pi with PiBuilder so that Supervised Home Assistant and IOTstack can coexist on the same hardware.
Replicate what PiBuilder does to install Supervised Home Assistant alongside IOTstack.
Dedicate a Raspberry Pi to the task of running Supervised Home Assistant as an appliance. This appears to be the direction favoured by the folks at Home Assistant.
This PR reduces old-menu IOTstack Home Assistant documentation to a stub pointing to the Home Assistant documentation on master branch.
This is a response to Issue 491.
This PR removes the "Install Home Assistant (Requires Docker)" functionality for installing Supervised Home Assistant from the IOTstack menu. The command invokes:
but the
installer.sh
script no longer exists (404 error), so the IOTstack menu command fails.From a user perspective, there are four options:
home_assistant
container selectable from the IOTstack menu.This PR reduces old-menu IOTstack Home Assistant documentation to a stub pointing to the Home Assistant documentation on master branch.
Signed-off-by: Phill Kelley 34226495+Paraphraser@users.noreply.github.com