-
Notifications
You must be signed in to change notification settings - Fork 4
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
Real time updates #13
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
==========================================
+ Coverage 99.27% 99.29% +0.02%
==========================================
Files 10 10
Lines 828 854 +26
==========================================
+ Hits 822 848 +26
Misses 6 6
|
I thinks we should plan a release after this merge (including smartob package), and do a PR on the HACS repo |
LGTM! |
Agreed. I think all the work done deserve a release. |
@Delmael I made a realease with the las changes and force ppull from my HACS integration, but I have some errors that didn't had before. pydantic_core._pydantic_core.ValidationError: 19 validation errors for NodeSetup I think this is related to pushing a new version of smartbox to PyPI? |
Hum okay i know where it came from But i wonder why it happen right now as this modification was already présent before this PR 🤔 Here the plan :
If everything is ok, for the full release, we will have to decide If we bump to 3.0.0 or to 2.1.0 all the projects |
I have removed the last release. I'll leave it in your hands ;) |
Hello hello
I've finaly managed to have real time data through the websocket.
It's not the coordinator but we have a full cycle of update.
Previous state:
New state:
I've also patch the node.update_status method.
Test it, and if there some errors please let me know 😄