Site updated at 2016-08-02 06:59:56 UTC

This commit is contained in:
Travis CI 2016-08-02 06:59:56 +00:00
parent 969e8c9cbd
commit 62f76fc214
23 changed files with 41 additions and 40 deletions

View file

@ -195,11 +195,11 @@
</tr>
<tr>
<td><code>trigger.from_state</code></td>
<td>The previous state of the entity.</td>
<td>The previous <a href="/topics/state_object/">state object</a> of the entity.</td>
</tr>
<tr>
<td><code>trigger.to_state</code></td>
<td>The new state that triggered trigger.</td>
<td>The new <a href="/topics/state_object/">state object</a> that triggered trigger.</td>
</tr>
</tbody>
</table>
@ -222,11 +222,11 @@
</tr>
<tr>
<td><code>trigger.from_state</code></td>
<td>The previous state of the entity.</td>
<td>The previous <a href="/topics/state_object/">state object</a> of the entity.</td>
</tr>
<tr>
<td><code>trigger.to_state</code></td>
<td>The new state that triggered trigger.</td>
<td>The new <a href="/topics/state_object/">state object</a> that triggered trigger.</td>
</tr>
<tr>
<td><code>trigger.for</code></td>
@ -276,11 +276,11 @@
</tr>
<tr>
<td><code>trigger.from_state</code></td>
<td>Previous state of entity that caused change.</td>
<td>Previous <a href="/topics/state_object/">state object</a> of entity that caused change.</td>
</tr>
<tr>
<td><code>trigger.to_state</code></td>
<td>New state of entity that caused template to change.</td>
<td>New <a href="/topics/state_object/">state object</a> of entity that caused template to change.</td>
</tr>
</tbody>
</table>
@ -322,11 +322,11 @@
</tr>
<tr>
<td><code>trigger.from_state</code></td>
<td>Previous state of the entity.</td>
<td>Previous <a href="/topics/state_object/">state object</a> of the entity.</td>
</tr>
<tr>
<td><code>trigger.to_state</code></td>
<td>New state of the entity.</td>
<td>New <a href="/topics/state_object/">state object</a> of the entity.</td>
</tr>
<tr>
<td><code>trigger.zone</code></td>
@ -340,6 +340,7 @@
</table>
</article>