-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add device information, media player entities, some refactoring #4
Conversation
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.
Some optional suggestions but otherwise looks good to me (not that familiar with the internals of home assistant)
Thanks for the thorough review, I'll incorporate some of the suggested changes! Like you suspected, some stuff is done in a particular way because that's how Home Assistant expects you to do it. I'm by no means an expert on making these integrations either though, so there may be more than one way to do things. |
Will do a smoke test before merging |
Trying a new approach regarding connection handling, i.e. use ephemeral connections to fetch data. This way we don't need to handle reconnects etc.