This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Releases: And3rsL/Deebot-for-Home-Assistant
Releases · And3rsL/Deebot-for-Home-Assistant
3.1.1b2 Add 2021.9 compatibility
3.1.1b1 Improve error handling
Changes
- Improve client error handling (#182)
3.1.0 MQTT for Chinese accounts and manual refresh
Changelog:
- Fix MQTT for Chinese account (#154)
- Add service for refreshing parts manually
3.0.3b1 Use special mqtt url for China
Changelog:
- Use special mqtt url for China (#176)
3.0.2 Fixes state unknown after restart
Changelog:
- Fixes vacuum state is unknown after restart (#160)
Known Issues:
- MQTT is not working always for Chinese Accounts (#154)
3.0.2b1 Fixes state unknown after restart
Changelog:
- Fixes state unknown after restart (#160)
Known Issues:
- MQTT is not working always for Chinese Accounts (#154)
3.0.1 Googbye (most) polling, welcome MQTT
Changelog:
- Fix handling of position events
Known Issues:
- MQTT is not working always for Chinese Accounts (#154)
3.0.0 Googbye (most) polling, welcome MQTT
Highlights:
- Use MQTT to get the changes pushed to the device, therefore most polling was removed
- New sensors:
- Last error
- Stats cleaning id
- Stats start time
- Map: removed the possibility to color the rooms as it was not working correctly
- Add possibility to connect to a bumper instance (Option only visible if "advanced mode" is activated)
- A lot of refactoring, code improvements and more
For details look at #125
Known Issues:
- MQTT is not working always for Chinese Accounts (#154)
3.0.0b12 Googbye (most) polling, welcome MQTT
This is a beta release, which can have still some bugs. Please feel free to test it and give us feedback :)
For the changes see #125 and And3rsL/Deebotozmo#37
Changes from the last beta:
- Update supported features
- Removed implementation of command
vacuum.start_pause
due base class change. The commandvacuum.start
will resume the cleaning if it was paused, otherwise start a new one. - [Devs only] Change base class to StateVacuumEntity
- [Devs only] Use extra_state_attributes instead of device_state_attributes (deprecated)
3.0.0b11 Googbye (most) polling, welcome MQTT
This is a beta release, which can have still some bugs. Please feel free to test it and give us feedback :)
For the changes see #125 and And3rsL/Deebotozmo#37
Changes from the last beta:
- Improve error logging
- Minor fixes