mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Tweak installation text and link directly to installation (#33793)
* Tweak installation text * Change getting started top menu to installation * Update source/_includes/installation/container.md Co-authored-by: Franck Nijhof <git@frenck.dev> --------- Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
138aa062ea
commit
7aab9d6a6b
@ -3,6 +3,10 @@
|
||||
{% if page.installation_type != 'alternative' %}
|
||||
These below instructions are for an installation of {% term "Home Assistant Container" %} running in your own container environment, which you manage yourself. Any [OCI](https://opencontainers.org/) compatible runtime can be used, however this guide will focus on installing it with Docker.
|
||||
|
||||
{% note %}
|
||||
This installation method does not have access to add-ons.
|
||||
{% endnote %}
|
||||
|
||||
{% important %}
|
||||
|
||||
<b>Prerequisites</b>
|
||||
|
@ -1,6 +1,6 @@
|
||||
### Synology NAS
|
||||
|
||||
As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using Docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see <https://www.synology.com/en-us/dsm/packages/Docker>
|
||||
Synology with DSM now supports Docker, allowing you to install Home Assistant using Docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see <https://www.synology.com/en-us/dsm/packages/Docker>
|
||||
|
||||
The steps would be:
|
||||
|
||||
@ -67,7 +67,7 @@ If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assista
|
||||
|
||||
### QNAP NAS
|
||||
|
||||
As QNAP within QTS now supports Docker (with a neat UI), you can simply install Home Assistant using Docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see <https://www.qnap.com/solution/container_station/en/index.php>
|
||||
QNAP with QTS supports Docker, allowing you to install Home Assistant using Docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see <https://www.qnap.com/solution/container_station/en/index.php>
|
||||
|
||||
The steps would be:
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
data-close="⨉"
|
||||
></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a {% if root == 'getting-started' or root == 'installation' %}class="active"{% endif %} href="/getting-started/">Getting started</a></li>
|
||||
<li><a {% if root == 'getting-started' or root == 'installation' %}class="active"{% endif %} href="/installation/">Getting started</a></li>
|
||||
<li>
|
||||
<a {% if root == 'docs' or root == 'dashboards' or root == 'voice_control' or root == 'common-tasks' %}class="active"{% endif %} href="/docs/">Documentation {% icon "mdi:chevron-down" %}</a>
|
||||
<ul>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Alternative"
|
||||
description: "Install Home Assistant"
|
||||
description: "Alternative ways to install Home Assistant"
|
||||
installation_type: alternative
|
||||
---
|
||||
{% comment %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user