This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Releases: DeebotUniverse/Deebot-4-Home-Assistant
Releases · DeebotUniverse/Deebot-4-Home-Assistant
1.6.1
From this version on HA 2023.7.0
is required
🐛 Bug Fixes
⬆️ Dependency Updates
- #376 Bump deebot-client from 2.0.0 to 2.0.1 @dependabot
1.6.0
Just in time for 2023.6.0
✨ Highlights
- New availability check by executing
GetBattery
on each robot - Use different mqtt library, which should be more stable compared to the previous one
- Refactored commands and messages handling
✨ New features
⚡ Enhancements
♻️ Refactor
- #312 Sort manifest according to hassfest @edenhaus
- #356 Update devcontainer similar to hacs @edenhaus
🐛 Bug Fixes
1.6.0b3
Changes since 1.6.0b2
✨ Highlights
- Fixes #355 After 1.6.0b2 update, very frequent 'unknown' state
- If the command fails during the availability check, it will be logged on level INFO instead of WARNING
🐛 Bug Fixes
- #351 use new available check and mqtt library @edenhaus
- #357 adopt to Availability- and StateEvent @edenhaus
♻️ Refactor
1.6.0b2
✨ Highlights
- This beta includes another mqtt library, which should be more stable than the previous one.
- First beta with the new available check by executing
GetBattery
once a minute.
⚠️ If the bot is unavailable, there will be logged a warning each minute. This will be resolved in the next beta.
✨ New features
⚡ Enhancements
♻️ Refactor
1.6.0b1
As I have rewriten/refactored the commands and messages. We need to test it carefully. Please report any issue found :)
✨ New features
♻️ Refactor
⬆️ Dependency Updates
- Update deebot-client to 2.0.0b1 @edenhaus
1.5.0
✨ New features
- #212 Add Brazilian Portuguese Translation @LeandroIssa
- #249 Add option flow to reconfigure integration @edenhaus
- #255 Add new entities for clean count, true detect, and clean preference @nickw444
⚠️ Not all models support this entities! If they don't work for your model, probably your model is not supporting them.
♻️ Refactor
🐛 Bug Fixes
- #248 Small fixes @edenhaus
- Show correctly if no supported device is found
- Throw Runtime error with description, that you need at least python 3.10
- #250 Options fixes @edenhaus
- #266 Fix empty nickname @edenhaus
⬆️ Dependency Updates
- #261 Bump deebot-client from 1.5.1 to 1.6.0 @dependabot
1.4.1
This update requires at least HA 2022.7
⬆️ Dependency Updates
- #206 Bump deebot-client from 1.5.0 to 1.5.1 @dependabot
- Fix map parsing errors #205