Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -148,8 +148,8 @@ The frontend has a template editor developer tool to help develop and debug temp
<li><code class="highlighter-rouge">states('device_tracker.paulus')</code> will return the state string (not the object) of the given entity or <code class="highlighter-rouge">unknown</code> if it doesnt exist.</li>
<li><code class="highlighter-rouge">is_state('device_tracker.paulus', 'home')</code> will test if the given entity is specified state.</li>
<li><code class="highlighter-rouge">is_state_attr('device_tracker.paulus', 'battery', 40)</code> will test if the given entity is specified state.</li>
<li><code class="highlighter-rouge">now</code> will be rendered as current time in your time zone.</li>
<li><code class="highlighter-rouge">utcnow</code> will be rendered as UTC time.</li>
<li><code class="highlighter-rouge">now()</code> will be rendered as current time in your time zone.</li>
<li><code class="highlighter-rouge">utcnow()</code> will be rendered as UTC time.</li>
<li><code class="highlighter-rouge">as_timestamp</code> will convert datetime object or string to UNIX timestamp</li>
<li><code class="highlighter-rouge">distance()</code> will measure the distance in meters between home, entity, coordinates.</li>
<li><code class="highlighter-rouge">closest()</code> will find the closest entity.</li>