Skip to content

Commit 4ae673b

Browse files
balloobc0ffeeca7
andauthored
Simplify getting started (#40778)
Co-authored-by: c0ffeeca7 <[email protected]>
1 parent 2109cdc commit 4ae673b

File tree

2 files changed

+83
-76
lines changed

2 files changed

+83
-76
lines changed

sass/homeassistant/pages/_getting_started.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#getting_started {
22

33
.installations {
4+
&.second {
5+
margin-top: 50px;
6+
}
7+
48
.label {
59
background: #e8e6f0;
610
border-radius: 4px;
@@ -143,7 +147,7 @@
143147
}
144148

145149
iconify-icon.external-link {
146-
padding-top: 4px;
150+
display: none;
147151
}
148152

149153
svg {
@@ -285,4 +289,4 @@
285289
}
286290
}
287291
}
288-
}
292+
}

source/installation/index.html

Lines changed: 77 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -13,80 +13,7 @@
1313
kinds of skill levels.
1414
</p>
1515
</div>
16-
<h2>About installation methods</h2>
17-
<p>
18-
Home Assistant offers two different installation methods. Home Assistant Operating System is the recommended installation method.
19-
</p>
20-
<ul>
21-
<li><b>Home Assistant Operating System</b>: An embedded,
22-
minimalistic operating system designed to run the Home Assistant ecosystem
23-
on single board computers (like the Home Assistant Green or a Raspberry Pi) or Virtual Machines. It
24-
is the most convenient option in terms of installation and maintenance and it supports
25-
{% term "add-ons" %}. Home Assistant Operating System is
26-
the recommended installation method for most users.</li>
27-
<li>
28-
<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 don’t have access to {% term "add-ons" %}.
29-
</li>
30-
</ul>
31-
32-
<div class="compare-installations">
33-
<table>
34-
<thead>
35-
<tr>
36-
<th></th>
37-
<th>HA OS<sup>1</sup></th>
38-
<th>Container<sup>1</sup></th>
39-
</tr>
40-
</thead>
41-
<tbody>
42-
<tr>
43-
<td><a href="/docs/automation" target="_blank">Automations</a></td>
44-
<td>{% icon "openmoji:check-mark" %}</td>
45-
<td>{% icon "openmoji:check-mark" %}</td>
46-
</tr>
47-
<tr>
48-
<td><a href="/dashboards" target="_blank">Dashboards</a></td>
49-
<td>{% icon "openmoji:check-mark" %}</td>
50-
<td>{% icon "openmoji:check-mark" %}</td>
51-
</tr>
52-
<tr>
53-
<td><a href="/integrations" target="_blank">Integrations</a></td>
54-
<td>{% icon "openmoji:check-mark" %}</td>
55-
<td>{% icon "openmoji:check-mark" %}</td>
56-
</tr>
57-
<tr>
58-
<td><a href="/addons" target="_blank">Add-ons</a></td>
59-
<td>{% icon "openmoji:check-mark" %}</td>
60-
<td>{% icon "openmoji:cross-mark" %}</td>
61-
</tr>
62-
<tr>
63-
<td><a href="/docs/blueprint" target="_blank">Blueprints</a></td>
64-
<td>{% icon "openmoji:check-mark" %}</td>
65-
<td>{% icon "openmoji:check-mark" %}</td>
66-
</tr>
67-
<tr>
68-
<td>
69-
One-click updates
70-
</td>
71-
<td>{% icon "openmoji:check-mark" %}</td>
72-
<td>{% icon "openmoji:cross-mark" %}</td>
73-
</tr>
74-
<tr>
75-
<td><a href="/common-tasks/general/#backups" target="_blank">Backups</a></td>
76-
<td>{% icon "openmoji:check-mark" %}</td>
77-
<td>{% icon "openmoji:check-mark" %}</td>
78-
</tr>
79-
</table>
80-
</div>
8116

82-
<sub
83-
>1: Names are abbreviated. The full names of the installation methods are:
84-
<ul>
85-
<li style="margin-top: 0.4em">Home Assistant Operating System</li>
86-
<li style="margin-top: 15px">Home Assistant Container</li>
87-
</ul></sub
88-
>
89-
<p>
9017
<div class="installations">
9118
<span class="label easiest">Easiest</span>
9219

@@ -186,7 +113,84 @@ <h3>Install Home Assistant on Raspberry Pi</h3>
186113
</div>
187114
</div>
188115
</div>
116+
</div>
117+
118+
119+
<h2>About installation types</h2>
120+
<p>
121+
Home Assistant offers two different installation types. Home Assistant Operating System is the recommended installation type.
122+
</p>
123+
<ul>
124+
<li><b>Home Assistant Operating System</b>: An embedded,
125+
minimalistic operating system designed to run the Home Assistant ecosystem
126+
on single board computers (like the Home Assistant Green or a Raspberry Pi) or Virtual Machines. It
127+
is the most convenient option in terms of installation and maintenance and it supports
128+
{% term "add-ons" %}. Home Assistant Operating System is
129+
the recommended installation type for most users.</li>
130+
<li>
131+
<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 don’t have access to {% term "add-ons" %}.
132+
</li>
133+
</ul>
134+
135+
<div class="compare-installations">
136+
<table>
137+
<thead>
138+
<tr>
139+
<th></th>
140+
<th>HA OS<sup>1</sup></th>
141+
<th>Container<sup>1</sup></th>
142+
</tr>
143+
</thead>
144+
<tbody>
145+
<tr>
146+
<td><a href="/docs/automation" target="_blank">Automations</a></td>
147+
<td>{% icon "openmoji:check-mark" %}</td>
148+
<td>{% icon "openmoji:check-mark" %}</td>
149+
</tr>
150+
<tr>
151+
<td><a href="/dashboards" target="_blank">Dashboards</a></td>
152+
<td>{% icon "openmoji:check-mark" %}</td>
153+
<td>{% icon "openmoji:check-mark" %}</td>
154+
</tr>
155+
<tr>
156+
<td><a href="/integrations" target="_blank">Integrations</a></td>
157+
<td>{% icon "openmoji:check-mark" %}</td>
158+
<td>{% icon "openmoji:check-mark" %}</td>
159+
</tr>
160+
<tr>
161+
<td><a href="/addons" target="_blank">Add-ons</a></td>
162+
<td>{% icon "openmoji:check-mark" %}</td>
163+
<td>{% icon "openmoji:cross-mark" %}</td>
164+
</tr>
165+
<tr>
166+
<td><a href="/docs/blueprint" target="_blank">Blueprints</a></td>
167+
<td>{% icon "openmoji:check-mark" %}</td>
168+
<td>{% icon "openmoji:check-mark" %}</td>
169+
</tr>
170+
<tr>
171+
<td>
172+
One-click updates
173+
</td>
174+
<td>{% icon "openmoji:check-mark" %}</td>
175+
<td>{% icon "openmoji:cross-mark" %}</td>
176+
</tr>
177+
<tr>
178+
<td><a href="/common-tasks/general/#backups" target="_blank">Backups</a></td>
179+
<td>{% icon "openmoji:check-mark" %}</td>
180+
<td>{% icon "openmoji:check-mark" %}</td>
181+
</tr>
182+
</table>
183+
</div>
184+
185+
<sub
186+
>1: Names are abbreviated. The full names of the installation types are:
187+
<ul>
188+
<li style="margin-top: 0.4em">Home Assistant Operating System</li>
189+
<li style="margin-top: 15px">Home Assistant Container</li>
190+
</ul></sub
191+
>
189192

193+
<div class="installations second">
190194
<span class="label intermediate">Intermediate</span>
191195

192196
<h2>Extend with Home Assistant Yellow</h2>
@@ -524,4 +528,3 @@ <h3>Deprecated installation methods</h3>
524528
environment.
525529
</li>
526530
</ul>
527-
<p></p>

0 commit comments

Comments
 (0)