Site updated at 2018-03-02 10:16:40 UTC

This commit is contained in:
Travis CI 2018-03-02 10:16:40 +00:00
parent 633a05c448
commit 4a193c0c6a
29 changed files with 78 additions and 77 deletions

View file

@ -113,6 +113,7 @@
<li>K5579 (port must be set to 8001, On/Off, Forward/Backward, Volume control, but no Play button)</li>
<li>K6500AF (port must be set to 8001)</li>
<li>KS8005 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
<li>KU6020 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
<li>KU6290 (port must be set to 8001)</li>
<li>KU7000 (port must be set to 8001)</li>
<li>MU6170UXZG (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>Component for displaying the size of a file. Note that paths must be added to <a href="https://home-assistant.io/docs/configuration/basic/">whitelist_external_dirs</a>.
<p>Component for displaying the size in MB of a file. Note that paths must be added to <a href="https://home-assistant.io/docs/configuration/basic/">whitelist_external_dirs</a>.
Add to your config:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">filesize</span>