mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 06:17:35 +00:00

* Getting started: add troubleshooting page - on onboarding/ installation issues - partially addresses feedback from #33838 * Fix URLs * Remove refs to issue report steps * Update source/getting-started/troubleshooting.markdown Co-authored-by: Stefan Agner <stefan@agner.ch> * Update source/getting-started/troubleshooting.markdown Co-authored-by: Stefan Agner <stefan@agner.ch> * Fix step numbers * Fix typo * Add steps about stuck at 'preparing' * Move troubleshooting in TOC * Update source/getting-started/troubleshooting.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Move troubleshooting in TOC * Fix links * Reorder steps to start checks with physical layer * Fix TOC entry * Add refresh icon * reword * Fix TOC * list specific pages HA needs access to during installation/setup * Remove 2nd symptom. it is covered by remedy of symtom 1 * Remove redundant step * Fix link behavior * Fix typo * Update source/installation/troubleshooting.markdown Co-authored-by: Stefan Agner <stefan@agner.ch> * clarify network step * Add step about allowing NTP * Update source/installation/troubleshooting.markdown Co-authored-by: Stefan Agner <stefan@agner.ch> * Simplify sentence * Update source/installation/troubleshooting.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/installation/troubleshooting.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/installation/troubleshooting.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/installation/troubleshooting.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Stefan Agner <stefan@agner.ch> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
36 lines
2.0 KiB
HTML
36 lines
2.0 KiB
HTML
{% assign url_parts = page.url | split: '/' %}
|
|
{% assign root = url_parts[1] %}
|
|
{% assign doc = url_parts[2] %}
|
|
|
|
<section class="vertical-nav aside-module grid__item one-whole lap-one-half">
|
|
<div class="section">
|
|
<h1 class="title epsilon">{% icon "mdi:rocket-launch-outline" %} Getting started</h1>
|
|
<ul class="divided sidebar-menu">
|
|
<li>{% active_link /installation/ Installation %}
|
|
{% if root == 'installation' %}
|
|
<ul>
|
|
<li><a href="https://green.home-assistant.io/">Home Assistant Green {% icon "tabler:external-link" %}</a></li>
|
|
<li><a href="https://yellow.home-assistant.io/">Home Assistant Yellow {% icon "tabler:external-link" %}</a></li>
|
|
<li>{% active_link /installation/raspberrypi Raspberry Pi %}</li>
|
|
<li>{% active_link /installation/odroid ODROID %}</li>
|
|
<li>{% active_link /installation/generic-x86-64 Generic x86-64 %}</li>
|
|
<li>{% active_link /installation/linux Linux %}</li>
|
|
<li>{% active_link /installation/macos macOS %}</li>
|
|
<li>{% active_link /installation/windows Windows %}</li>
|
|
<li>{% active_link /installation/alternative Other systems %}</li>
|
|
<li>{% active_link /installation/troubleshooting/ Troubleshooting %}</li>
|
|
</ul>
|
|
{% endif %}
|
|
</li>
|
|
<li>{% active_link /getting-started/onboarding/ Onboarding %}</li>
|
|
<li>{% active_link /getting-started/concepts-terminology/ Concepts and terminology %}</li>
|
|
<li>{% active_link /getting-started/onboarding_dashboard/ Editing the dashboard %}</li>
|
|
<li>{% active_link /getting-started/integration/ Adding integrations %}</li>
|
|
<li>{% active_link /getting-started/automation/ Automating devices %}</li>
|
|
<li>{% active_link /getting-started/presence-detection/ Presence detection %}</li>
|
|
<li>{% active_link /getting-started/join-the-community/ Join the community %}</li>
|
|
<li>{% active_link /getting-started/configuration/ Next steps %}</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|