Releases: DeebotUniverse/Deebot-4-Home-Assistant
3.2.1
It's time to migrate
I have migrated this component to the core and merged it with the Ecovacs
core one.
If you are running HA 2024.2
or later, a repair issue will created to notify you about the migration.
Please upgrade to this version even if you run an older version of HA via HACS.
Dependency updates
3.2.0: Time to migrate!
It's time to migrate
I have migrated this component to the core and merged it with the Ecovacs
core one.
If you are running HA 2024.2
or later, a repair issue will created to notify you about the migration.
Please upgrade to this version even if you are running an older version of HA.
Dependency updates
- Update deebot_cleint to 5.0.0
- Stability improvements
- Additional capabilities for deebot models
3.1.1
3.1.0
⚡ Map enhancements
- @lukakama has migrated the map from PNG to an SVG DeebotUniverse/client.py#373
- @MVladislav fixed the map for newer bots
♻️ Refactor
🐛 Bug Fixes
⬆️ Dependency Updates
3.0.0
Probably the biggest release of this integration so far...
This integration now supports different features per device. This allows adding/activating new commands only for newer models.
Nevertheless, I need your help to support all the different models, as Ecovacs doesn't provide this information.
Within this version, a few devices are already included:
- Deebot Ozmo 950
- Deebot Ozmo 920
- Deebot T20 Omni
- Deebot Teo Omni
- Deebot T10 Plus
For all the others, a fallback is used, which provides the same entities as this integration was supported until now.
To add your model, please see https://github.com/DeebotUniverse/client.py/tree/dev/deebot_client/hardware/deebot
💥 Breaking changes
✨ New features
- #447 Use Capabilities @edenhaus
- #449 Add work mode select @edenhaus
- #453 Add network information @edenhaus
New sensors for IP, wifi rssi and wifi ssid - #454 Add serial number @edenhaus
♻️ Refactor
⬆️ Dependency Updates
3.0.0b0
Probably the biggest release of this integration so far...
This integration now supports different features per device, meaning new device, which will supported only by new models will only activated for them.
Nevertheless I need your help to support all the different models as ecovacs don't provide this information.
Within this beta a few devices are already included:
- Deebot Ozmo 950
- Deebot Ozmo 920
- Deebot T20 Omni
For all the others a fallback is used, which provide the same entities as this integration was supported until now.
To add your models please see https://github.com/DeebotUniverse/client.py/tree/dev/deebot_client/hardware/deebot
💥 Breaking changes
✨ New features
- #447 Use Capabilities @edenhaus
- #449 Add work mode select @edenhaus
- #453 Add network information @edenhaus
New sensors for IP, wifi rssi and wifi ssid - #454 Add serial number @edenhaus
- #455 Update lib to 4.0.0b0 @edenhaus
♻️ Refactor
2.1.2
⬆️ Dependency Updates
- #441 Bump deebot-client from 3.0.1 to 3.0.2 @dependabot
- Loose aiohttp requirement to work with HA nightlies
2.1.1
✨ New features
- #397 Add Korean translation @limitless00net
- #424 Let the frontend sort the options @edenhaus
🐛 Bug Fixes
- #424 Let the frontend sort the options @edenhaus
- #425 update deboot-client to 3.0.1 @edenhaus
- #429 Validate found release version @edenhaus
⬆️ Dependency Updates
- #408 Bump mypy from 1.4.1 to 1.5.1 @dependabot
- #416 Bump actions/checkout from 3 to 4 @dependabot
- #414 Bump pre-commit from 3.3.3 to 3.4.0 @dependabot
2.0.0
💥 Breaking changes
- #382 Replace
camera
entity byimage
entity and renamed it tomap
@edenhaus
The state will show the last time, when the map was updated.
The map will at most updated ones a second. - #385 Add possibility to translate name, state and attributes @edenhaus
Due the fact that the symbol+
is not allowed to be included in a (attribute) state if you want to translate it.
The fan speed levelmax+
was renamed tomax_plus
- #392 Make service "refresh" translatable @edenhaus
Renaming fieldpart
tocategory
.
All options are now lower case and blank spaces are replaced by an underscore for them to be translatable
✨ New features
- Entities and services are now translatable. Feel free to add/improve your language by opening a PR :)
- #383 Add sensor for battery level @edenhaus
- #393 Add entity translation for german @edenhaus
🐛 Bug Fixes
⬆️ Dependency Updates
2.0.0b0
💥 Breaking changes
- #382 Replace
camera
entity byimage
entity and renamed it tomap
@edenhaus
The state will show the last time, when the map was updated.
The map will at most updated ones a second. - #385 Add possibility to translate name, state and attributes @edenhaus
Due the fact that the symbol+
is not allowed to be included in a (attribute) state if you want to translate it.
The fan speed levelmax+
was renamed tomax_plus
✨ New features
- #383 Add sensor for battery level @edenhaus
- #385 Add possibility to translate name, state and attributes @edenhaus
Currently only English is supported, but feel free to open a PR to add your language :)