Site updated at 2017-04-07 19:43:53 UTC

This commit is contained in:
Travis CI 2017-04-07 19:43:53 +00:00
parent 7aadaff95c
commit b8515c8efc
26 changed files with 46 additions and 43 deletions

View file

@ -113,7 +113,7 @@ The frontend has a template editor developer tool to help develop and debug temp
<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">as_timestamp</code> will convert datetime object or string to UNIX timestamp</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>
<li><code class="highlighter-rouge">relative_time(timestamp)</code> will format the date time as relative time vs now (ie 7 seconds)</li>