Installation methods: fix order (#39714)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
c0ffeeca7 2025-06-25 19:01:53 +02:00 committed by GitHub
parent db770db609
commit 13495c8c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,80 @@ toc: true
kinds of skill levels.
</p>
</div>
<h2>About installation methods</h2>
<p>
Home Assistant offers two different installation methods. Home Assistant Operating System is the recommended installation method.
</p>
<ul>
<li><b>Home Assistant Operating System</b>: An embedded,
minimalistic operating system designed to run the Home Assistant ecosystem
on single board computers (like the Home Assistant Green or a Raspberry Pi) or Virtual Machines. It
is the most convenient option in terms of installation and maintenance and it supports
{% term "add-ons" %}. Home Assistant Operating System is
the recommended installation method for most users.</li>
<li>
<b>Home Assistant Container:</b> Container-based installation of Home Assistant. You need to bring your own system (such as Linux) with container orchestration (like Docker), and manually handle updates. Home Assistant Container installations dont have access to {% term "add-ons" %}.
</li>
</ul>
<div class="compare-installations">
<table>
<thead>
<tr>
<th></th>
<th>HA OS<sup>1</sup></th>
<th>Container<sup>1</sup></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/docs/automation" target="_blank">Automations</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/dashboards" target="_blank">Dashboards</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/integrations" target="_blank">Integrations</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/addons" target="_blank">Add-ons</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:cross-mark" %}</td>
</tr>
<tr>
<td><a href="/docs/blueprint" target="_blank">Blueprints</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td>
One-click updates
</td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:cross-mark" %}</td>
</tr>
<tr>
<td><a href="/common-tasks/general/#backups" target="_blank">Backups</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
</table>
</div>
<sub
>1: Names are abbreviated. The full names of the installation methods are:
<ul>
<li style="margin-top: 0.4em">Home Assistant Operating System</li>
<li style="margin-top: 15px">Home Assistant Container</li>
</ul></sub
>
<p>
<div class="installations">
<span class="label easiest">Easiest</span>
@ -254,90 +327,6 @@ toc: true
<span class="label expert">Expert</span>
<h2>About installation methods</h2>
<p>
Home Assistant offers two different installation methods:
</p>
<ul>
<li><b>Home Assistant Operating System</b>: An embedded,
minimalistic operating system designed to run the Home Assistant ecosystem
on single board computers (like the Home Assistant Green or a Raspberry Pi) or Virtual Machines. It
is the most convenient option in terms of installation and maintenance and it supports
{% term "add-ons" %}. Home Assistant Operating System is
the recommended installation method for most users.</li>
<li>
<b>Home Assistant Container:</b>Container-based installation of Home Assistant. You need to bring your own system (such as Linux) with container orchestration (like Docker), and manually handle updates. Home Assistant Container installations dont have access to {% term "add-ons" %}.
</li>
</ul>
<div class="compare-installations">
<table>
<th></th>
<th>HA OS<sup>1</sup></th>
<th>Container<sup>1</sup></th>
<tr>
<td><a href="/docs/automation" target="_blank">Automations</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/dashboards" target="_blank">Dashboards</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/integrations" target="_blank">Integrations</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td><a href="/addons" target="_blank">Add-ons</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:cross-mark" %}</td>
</tr>
<tr>
<td><a href="/docs/blueprint" target="_blank">Blueprints</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
<tr>
<td>
One-click updates
</td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:cross-mark" %}</td>
</tr>
<tr>
<td><a href="/common-tasks/general/#backups" target="_blank">Backups</a></td>
<td>{% icon "openmoji:check-mark" %}</td>
<td>{% icon "openmoji:check-mark" %}</td>
</tr>
</table>
</div>
<sub
>1: Names are abbreviated. The full names of the installation methods are:
<ul>
<li style="margin-top: 0.4em">Home Assistant Operating System</li>
<li style="margin-top: 15px">Home Assistant Container</li>
</ul></sub
>
<p>
</p>
<h3>Deprecated installation methods</h3>
<p>
Home Assistant used to offer two additional installation methods for advanced users: <b>{% term "Home Assistant Core" %}</b> and <b>{% term "Home Assistant Supervised" %}</b>. These two methods are now <a href="https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/">deprecated and no longer recommended for new users</a>.
</p>
<ul>
<li>
<b>Home Assistant Supervised:</b> Manual installation of the Supervisor.
</li>
<li>
<b>Home Assistant Core:</b> Manual installation using Python virtual
environment.
</li>
</ul>
<p></p>
<div class="installations-card">
<div class="material-card text">
<div class="content-container">
@ -521,3 +510,18 @@ toc: true
</div>
</div>
</div>
<h3>Deprecated installation methods</h3>
<p>
Home Assistant used to offer two additional installation methods for advanced users: <b>{% term "Home Assistant Core" %}</b> and <b>{% term "Home Assistant Supervised" %}</b>. These two methods are now <a href="https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/">deprecated and no longer recommended for new users</a>.
</p>
<ul>
<li>
<b>Home Assistant Supervised:</b> Manual installation of the Supervisor.
</li>
<li>
<b>Home Assistant Core:</b> Manual installation using Python virtual
environment.
</li>
</ul>
<p></p>