Site updated at 2015-05-22 04:49:39 UTC

This commit is contained in:
Paulus Schoutsen 2015-05-21 21:49:39 -07:00
parent 85a2976dd5
commit dc82fc088e
20 changed files with 346 additions and 109 deletions

View file

@ -185,7 +185,7 @@ Home Assistant will use the directory that contains your config file as the dire
<tbody>
<tr>
<td> <code>hass.states</code> </td>
<td> This is the StateMachine. It allows you to set states and trach when they are changed. <a href="https://github.com/balloob/home-assistant/blob/master/homeassistant/__init__.py#L473">See available methods</a>. </td>
<td> This is the StateMachine. It allows you to set states and track when they are changed. <a href="https://github.com/balloob/home-assistant/blob/master/homeassistant/__init__.py#L473">See available methods</a>. </td>
</tr>
<tr>
<td> <code>hass.events</code> </td>