Changes
💥 This release might not be full of new features, but it definitely deserves a new version number!
🚗 With this version and backend library update, the integration can handle polling all the possible sensors each 1 second.
:bug: The most annoying problem is finally solved - integration will not be stuck with some sensors not updating. No more `server disconnected` errors in your log.
Please, keep in mind, that you might still see warnings `Disconnected by the device while...`. They are staying with you for an important reason. Older Asus devices might not handle multiple or frequent connections well. If this warning is showing up too regularly, please increase the time of polling the sensors. Just for reference, the 1-second polling rate of all the sensors on the 4-core (BCM490x, 1.8 GHz) RT-AX88U is causing a ~10-12% increase in CPU usage.
***The recommended sensor polling rate is at least 5 seconds.***
:bug: Fixes
* Improve error handling (204) Vaskivskyi
:books: Documentation
* Add new dashboard example (202) Vaskivskyi
:package: Dependencies
* Bump version to 0.8.0 (207) Vaskivskyi
* Bump asusrouter to 0.9.1 (205) Vaskivskyi