From 880761da660451cbad52594a16cfc61bb33421b6 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sat, 24 May 2025 21:19:58 +0200 Subject: [PATCH] Supervised: delete installation instructions (#39185) --- source/_includes/installation/supervised.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 source/_includes/installation/supervised.md diff --git a/source/_includes/installation/supervised.md b/source/_includes/installation/supervised.md deleted file mode 100644 index edc34702830..00000000000 --- a/source/_includes/installation/supervised.md +++ /dev/null @@ -1,19 +0,0 @@ -## Install Home Assistant Supervised - -{% caution %} - -This way of running Home Assistant will require the most of you. It also has strict requirements you need to follow. - -Unless you really need this installation type, you should install Home Assistant OS (this can also be a [virtual machine](#install-home-assistant-operating-system)), or [Home Assistant Container](#install-home-assistant-container). - -{% endcaution %} - -1. First make sure you understand the requirements. -2. This installation method has very strict requirements, for example, it only - supports Debian (Ubuntu, Armbian, and Raspberry Pi OS are **not** - supported). So, make sure you understand the requirements from step 1 above. -3. Then head over to home-assistant/supervised-installer to set it up. - -Once the {% term "Home Assistant Supervised" %} installation is running and Home Assistant is accessible you can continue with onboarding. - -{% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %}