Site updated at 2017-09-19 14:52:40 UTC

This commit is contained in:
Travis CI 2017-09-19 14:52:40 +00:00
parent 1c09166621
commit 5badcdcc25
29 changed files with 86 additions and 71 deletions

View file

@ -118,7 +118,7 @@ This can be achieved using the <code class="highlighter-rouge">load_platform</co
<span class="c"># You can now use hass.data[myflashyhub.DATA_MFH]</span>
</code></pre>
</div>
<p>The <code class="highlighter-rouge">load_platform</code> method allows the platforms to be loaded with the need for any additional platform entries in your <code class="highlighter-rouge">configuration.yaml</code> file, which normally would have been:</p>
<p>The <code class="highlighter-rouge">load_platform</code> method allows the platforms to be loaded without the need for any additional platform entries in your <code class="highlighter-rouge">configuration.yaml</code> file, which normally would have been:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1">#light:</span>
<span class="c1"># platform: myflashyhub</span>
<span class="c1">#switch:</span>