Site updated at 2016-10-31 02:03:31 UTC

This commit is contained in:
Travis CI 2016-10-31 02:03:31 +00:00
parent bdf4dabb0e
commit 703eb51086
23 changed files with 40 additions and 36 deletions

View file

@ -106,6 +106,10 @@
</tr>
</thead>
<tbody>
<tr>
<td><code class="highlighter-rouge">state.state</code></td>
<td>String representation of the current state of the entity. Example <code class="highlighter-rouge">off</code></td>
</tr>
<tr>
<td><code class="highlighter-rouge">state.entity_id</code></td>
<td>Entity ID. Format: <code class="highlighter-rouge">&lt;domain&gt;.&lt;object_id&gt;</code>. Example: <code class="highlighter-rouge">light.kitchen</code>.</td>