Site updated at 2017-06-18 21:06:39 UTC

This commit is contained in:
Travis CI 2017-06-18 21:06:39 +00:00
parent a220a8fef9
commit 6685113cf4
35 changed files with 243 additions and 39 deletions

View file

@ -71,6 +71,10 @@
<h3><a class="title-link" name="my-component-does-not-show-up" href="#my-component-does-not-show-up"></a> My component does not show up</h3>
<p>When a component does not show up, many different things can be the case. Before you try any of these steps, make sure to look at the <code class="highlighter-rouge">home-assistant.log</code> file and see if there are any errors related to your component you are trying to set up.</p>
<p>If you have incorrect entries in your configuration files you can use the <code class="highlighter-rouge">check_config</code> script to assist in identifying them: <code class="highlighter-rouge">hass --script check_config</code>.</p>
<h2><a class="title-link" name="documentation" href="#documentation"></a> Documentation</h2>
<h3><a class="title-link" name="the-docs-are-missing-or-outdated" href="#the-docs-are-missing-or-outdated"></a> The docs are missing or outdated</h3>
<p>Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the <code class="highlighter-rouge">edit this page on Github</code> link in the top right and submit any corrections/enhancements they may find useful.</p>
<p>In the absence of information, many users find it beneficial to look at other peoples configurations to find examples of what they want to accomplish in thier own configurations. The easiest way to find these configurations is through this <a href="https://github.com/search?q=topic%3Ahome-assistant-config&amp;type=Repositories">Github search</a>.</p>
<h2><a class="title-link" name="installation" href="#installation"></a> Installation</h2>
<h3><a class="title-link" name="no-module-named-pip" href="#no-module-named-pip"></a> No module named pip</h3>
<p><a href="https://pip.pypa.io/en/stable/">Pip</a> should come bundled with the latest Python 3 but is omitted by some distributions. If you are unable to run <code class="highlighter-rouge">python3 -m pip --version</code> you can install <code class="highlighter-rouge">pip</code> by <a href="https://bootstrap.pypa.io/get-pip.py">downloading the installer</a> and running it with Python 3:</p>
@ -114,6 +118,12 @@ chrome -&gt; settings -&gt; site settings -&gt; storage -&gt; search for your UR
<li><a href='/faq#my-component-does-not-show-up'>My component does not show up</a></li>
</ul>
</li>
<li>
<b>Documentation</b>
<ul>
<li><a href='/faq#missing-documentation'>Missing Documentation</a></li>
</ul>
</li>
<li>
<b>Installation</b>
<ul>