Site updated at 2016-09-14 05:52:10 UTC

This commit is contained in:
Travis CI 2016-09-14 05:52:10 +00:00
parent 436ff76419
commit 0678542a84
23 changed files with 37 additions and 37 deletions

View file

@ -124,7 +124,7 @@ The frontend has a template editor developer tool to help develop and debug temp
<span class="no">{% if is_state('device_tracker.paulus', 'home') %}</span>
<span class="no">Ha, Paulus is home!</span>
<span class="no">{% else %}</span>
<span class="no">Paulus is at {{ states('device_tracker.paulus')) }}.</span>
<span class="no">Paulus is at {{ states('device_tracker.paulus') }}.</span>
<span class="no">{% endif %}</span>
</code></pre>
</div>