Skip to content

No Room Count Errors Anymore = Exact number of Rooms

Pre-release
Pre-release
Compare
Choose a tag to compare
@sca075 sca075 released this 19 Jul 21:46

This modifications are based on the reported failure of the 2024.07.4b1. Saving the data to disk in any case is something that will be avoided in the future. Anyhow, we use the MQTT received from the Vacuum, this means we do not even to wait for the json. The introduction of the RoomSave class will keep on one instance of the class the data (kind of global usage). This allow to share the data between connector.py and config_flow, and also to the function that actually renames the rooms.

As per at this moment there isn't a solution on HA to implement multiple descriptions, only one of two vacuum can be display the room identification. In any cases based on the number of segments the colours will be display, this time I'm quite sure we made it.

Full Changelog: 2024.07.4b1...2024.07.4b2