SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.45k stars 308 forks source link

20211116 hassio - old-menu branch - PR 2 of 2 #494

Closed Paraphraser closed 2 years ago

Paraphraser commented 2 years ago

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:

curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s

but the installer.sh script no longer exists (404 error), so the IOTstack menu command fails.

From a user perspective, there are four options:

  1. Run the standalone home_assistant container selectable from the IOTstack menu.
  2. Build a Raspberry Pi with PiBuilder so that Supervised Home Assistant and IOTstack can coexist on the same hardware.
  3. Replicate what PiBuilder does to install Supervised Home Assistant alongside IOTstack.
  4. 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.

Signed-off-by: Phill Kelley 34226495+Paraphraser@users.noreply.github.com