Site updated at 2015-05-22 04:49:39 UTC
This commit is contained in:
parent
85a2976dd5
commit
dc82fc088e
20 changed files with 346 additions and 109 deletions
|
@ -208,10 +208,10 @@ This abstract class contains logic for integrating most standard features into
|
|||
your entities, such as visibility, entity IDs, updates, and many more. That is
|
||||
why it is best practice to reference the existing class.</p>
|
||||
|
||||
<p>A list of entities can be registered with Home Assitant using the <em>add_devices</em>
|
||||
<p>A list of entities can be registered with Home Assistant using the <em>add_devices</em>
|
||||
function that is provided as an input to <em>setup_platform</em>. Once entities are
|
||||
registered with with Home Assistant their updates will be provided to the core
|
||||
and the core will have control over them. For more information on how Entites
|
||||
and the core will have control over them. For more information on how Entities
|
||||
can be customized, take a look at the <a href="https://github.com/balloob/home-assistant/blob/master/homeassistant/helpers/entity.py#L18">Entity Abstract
|
||||
Class</a>.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue