Site updated at 2017-08-30 17:48:40 UTC

This commit is contained in:
Travis CI 2017-08-30 17:48:40 +00:00
parent 1c1e1aff2f
commit 61f0a97ba3
26 changed files with 65 additions and 65 deletions

View file

@ -105,7 +105,7 @@
<span class="s">command</span><span class="pi">:</span> <span class="s2">"</span><span class="s">cat</span><span class="nv"> </span><span class="s">/home/homeassistant/.homeassistant/.HA_VERSION"</span>
</code></pre>
</div>
<p>You might think that a <a href="/components/sensor.rest/"><code class="highlighter-rouge">rest</code> sensor</a> could work to but it will not as Home Assistant is not ready when the sensor get initialized.</p>
<p>You might think that a <a href="/components/sensor.rest/"><code class="highlighter-rouge">rest</code> sensor</a> could work, too, but it will not as Home Assistant is not ready when the sensor get initialized.</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">rest</span>
<span class="s">resource</span><span class="pi">:</span> <span class="s">http://IP_ADDRESS:8123/api/config</span>