mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 13:57:04 +00:00

* Update to reflect current software * Add ATOM specific troubleshooting steps * add step to stop collecting debug audio files * Apply suggestions from code review * Move step into correspinding procedure * Apply suggestions from code review * Apply suggestions from code review * Add tutorial on creating a custom wake word * Fix typo * Move step result * Tiny tweak * Add related topics * Fix typo * Apply suggestions from code review Co-authored-by: Michael Hansen <hansen.mike@gmail.com> * Apply suggestions from code review Co-authored-by: Michael Hansen <hansen.mike@gmail.com> * Remove steps to restart. Not needed. * Add troubleshooting step if Wake word option is not shown in assistant setup * Add step to reload Wyoming integration * Run all cells instead of 2 and 3 separately * Add info that resources in training environment are limited - add troubleshooting steps to deal with limitation * Update source/voice_control/create_wake_word.markdown Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Rename voice remote to voice assistant * Undo rename in redirect * Update source/voice_control/create_wake_word.markdown Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Add links * Add link to video * Implement review feedback * Update to reflect changes in software * Update video on wake word with ATOM Echo * Update header.html --------- Co-authored-by: Michael Hansen <hansen.mike@gmail.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
67 lines
2.1 KiB
HTML
67 lines
2.1 KiB
HTML
<div class="grid-wrapper">
|
|
<div class="grid">
|
|
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
|
<a href="/" class="site-title">
|
|
<img
|
|
src="/images/home-assistant-logo.svg"
|
|
height="36"
|
|
alt="Home Assistant"
|
|
/>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
|
<nav>
|
|
<input type="checkbox" id="toggle" />
|
|
<label
|
|
for="toggle"
|
|
class="toggle"
|
|
data-open="Main Menu"
|
|
data-close="Close Menu"
|
|
></label>
|
|
<ul class="menu pull-right">
|
|
<li><a href="/getting-started/">Getting started</a></li>
|
|
<li>
|
|
<a href="/docs/"
|
|
>Documentation <i class="icon icon-caret-down"></i
|
|
></a>
|
|
<ul>
|
|
<li><a href="/installation/">Installation</a></li>
|
|
<li>
|
|
<a href="/docs/configuration/">Configuration</a>
|
|
</li>
|
|
<li>
|
|
<a href="/docs/automation/">Automation</a>
|
|
</li>
|
|
<li>
|
|
<a href="/docs/scripts/">Scripting</a>
|
|
</li>
|
|
<li>
|
|
<a href="/dashboards/">Dashboards</a>
|
|
</li>
|
|
<li>
|
|
<a href="/voice_control/">Voice assistant</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="/integrations/">Integrations</a></li>
|
|
<li><a href="/examples/">Examples</a></li>
|
|
<li><a href="/blog/">Blog</a></li>
|
|
<li><a href="/help/">Need help?</a></li>
|
|
<li>
|
|
<a href="#" class="show-search" aria-label="Show search" ><i class="icon-search"></i></a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="search-container" style="display: none">
|
|
<div class="search">
|
|
<i class="icon-search"></i>
|
|
<input id="search" placeholder="Search the documentation…" />
|
|
<a href="#" class="close"><i class="icon-remove-sign"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|