Releases: deblockt/hass-proscenic-790T-vacuum
Releases · deblockt/hass-proscenic-790T-vacuum
fix python 3.10 compatibility issue
fix python 3.10 compatibility issue
fix timeout issue with cloud configuration
fix timeout issue with cloud configuration. Previously, the connection with the proscenic cloud was lost after a few days.
use the proscenic cloud the generate the cleaning map
- the cleaning map is now generated using the cloud instead of using a local connection. The local mode will be re-add later. #21
- the json decoding issue if fixed. when a \n is detected on the response, only the first part of the message is read. #10
- the map is no longer stored on home assistant file system. This can avoid some OS compatibility issue.
⚠️ 🚨 : To keep the map generation working, you should remove the integration and re-add it using cloud configuration
full cloud configuration
- allow to use a full cloud configuration. The cloud configuration can be used if the local configuration not work.
version 0.0.8
fix: startup issue with local_file dependencies (#16)
Manage camera entity
Feature:
- Automatically add camera entity to get the vacuum map
Breaking change:
- The vacuum uniq id has been updated, so the old added vacuum entities will not work anymore. new entity will be added.
Use the new configuration flow
Features:
- use the new config flow to configure the integration
Fix:
- integration installation issue
Add vacuum data
Features:
- add clean area and clean duration metadata
- manage vacuum errors
- update map size instead of vacuum cleaning area
Refactor:
- use svgwrite insteadof drawSvg to enable hass integration
Add clear area and clear duration attributes
0.0.4 feat: Add clean area and clear duration
Add vacuum cleaning map
0.0.3 feat: add vacuum map generation