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

@ -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>