-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Documentation for ISY994 Platform and Entity ABC #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…bout creating entities by using the Entity base class.
@@ -88,8 +88,19 @@ Entities are things that you want to observe within Home Assistant. Support for | |||
<td>Track what is being played and control playback. (temporarely disabled awaiting protobuf 3 release)</td> | |||
</tr> | |||
|
|||
<tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it fits better in the hubs category. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was back and forth on that myself. I was worried that under the Hubs category, the UDI may not be enough to alert someone to the Insteon and X10 compatibility. I'll try putting Insteon and X10 in the entities section and the ISY994 under hubs. We can see how that looks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the same right now with the Vera and Wink hubs.
The question is if people go through this list to:
- see how to support certain technologies
- see if their existing hardware is supported
Anyway, open for suggestions.
Made some updates. What do you think? |
Documentation for ISY994 Platform and Entity ABC
Looks good. Merging it. Was waiting for this to finalize to put out the blog post with latest changes. |
Like the title suggests. I added some documentation for the ISY994 platform. I also added some documentation about creating entities using the abstract class.