Skip to content

Releases: PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

Rewritten (v3.0.0-alpha-2)

13 Feb 12:56
Compare
Choose a tag to compare
Pre-release

downloads_shield Ko-Fi buycoffee.to PayPal.Me Revolut.Me

This is an early version of Map Extractor v3 release. It has been completely rewritten in order to provide better functionality and user experience. To use this version you have to remove old config from configuration.yaml file and use UI to add the integration again.

Caution

Please keep in mind this is not a final release, so a lot of things might change or not work at all at this moment.
Does everything work correctly, or are there some missing functionalities? Please provide feedback in the comments below.

Changes

  • Added config flow
  • Extracted data retrieval to a separate coordinator
  • Added support for image entities
  • Rewritten the code to use async communication
  • Added map data caching
  • Extracted map parsers to separate Python packages

Breaking changes

  • Integration has to be removed from yaml and added again using UI
  • Most of attributes of camera entity have been removed
  • It is no longer possible to turn on/off the camera entity

Buy Me a Coffee at ko-fi.com Postaw mi kawę na buycoffee.to PayPal Logo Revolut

Rewritten (v3.0.0-alpha-1)

12 Feb 17:13
Compare
Choose a tag to compare
Pre-release

downloads_shield Ko-Fi buycoffee.to PayPal.Me Revolut.Me

This is an early version of Map Extractor v3 release. It has been completely rewritten in order to provide better functionality and user experience. To use this version you have to remove old config from configuration.yaml file and use UI to add the integration again.

Caution

Please keep in mind this is not a final release, so a lot of things might change or not work at all at this moment.
Does everything work correctly, or are there some missing functionalities? Please provide feedback in the comments below.

Changes

  • Added config flow
  • Extracted data retrieval to a separate coordinator
  • Added support for image entities
  • Rewritten the code to use async communication
  • Added map data caching
  • Extracted map parsers to separate Python packages

Breaking changes

  • Integration has to be removed from yaml and added again using UI
  • Most of attributes of camera entity have been removed
  • It is no longer possible to turn on/off the camera entity

Buy Me a Coffee at ko-fi.com Postaw mi kawę na buycoffee.to PayPal Logo Revolut

Compatibility improvements + fixes

03 Jan 16:16
c9ae97e
Compare
Choose a tag to compare

downloads_shield Ko-Fi buycoffee.to PayPal.Me Revolut.Me

Changes

  • Fixed retrieving device data (#580)
  • Fixed missing colors data (#580)

Buy Me a Coffee at ko-fi.com Postaw mi kawę na buycoffee.to PayPal Logo Revolut

Compatibility improvements

03 Jan 06:35
833b4f9
Compare
Choose a tag to compare

downloads_shield Ko-Fi buycoffee.to PayPal.Me Revolut.Me

Changes

  • Improved map drawing performance (thanks, @rospogrigio)
  • Added handling mop path (thanks, @rospogrigio)
  • Added handling carpets (thanks, @rospogrigio)
  • Improved reliability of map retrieving for roborock vacuums (thanks, @flaviut)
  • Fixed usage of a deprecated code (thanks, @flaviut)
  • Added support for shared homes (thanks, @NecroKote)
  • Improved blueprint to handle more states (thanks, @dahlmo)
  • Added support for viomi.vacuum.v38
  • Added support for viomi.vacuum.v23
  • Added support for chuangmi vacuums
  • Improved handling missing data for viomi vacuums

Buy Me a Coffee at ko-fi.com Postaw mi kawę na buycoffee.to PayPal Logo Revolut

HA 2023.8+ compatibility

05 Aug 18:14
2475e84
Compare
Choose a tag to compare

downloads_shield Ko-Fi buycoffee.to PayPal.Me Revolut.Me

Changes

  • Bugfixes:
    • Fixed compatibility with HA 2023.8+ (fixes #455)
    • Fixed changing charger outline color (fixes #395)

Buy Me a Coffee at ko-fi.com Postaw mi kawę na buycoffee.to PayPal Logo Revolut

Dreame support, map improvements

23 May 23:40
dd5cb2e
Compare
Choose a tag to compare

GitHub release

Changes

  • Added support for Dreame vacuums (#126) (thanks, @Neonox31!)
  • Map drawing improvements (#174) (thanks, @rospogrigio!)
  • Improved handling unknown vacuum models
  • Improved handling empty maps (fixes #199)
  • Added support for Zhimi vacuums

Fix deprecation warning

04 Jan 14:50
Compare
Choose a tag to compare

downloads_shield Buy me a coffee PayPal.Me

Changes

  • Fix deprecation warning (#168)

Manifest fix

04 Jan 12:10
Compare
Choose a tag to compare

GitHub release

Changes

  • Fix manifest.json

Fallback for older HA versions

03 Jan 04:50
98f28a7
Compare
Choose a tag to compare

GitHub release

Changes

  • Add fallback to make integration compatible with older HA versions

RC4 support

03 Jan 04:10
f95db4b
Compare
Choose a tag to compare

GitHub release

Changes

  • Add RC4 encryption (#213)
  • Fix for HA 2021.12+ by @nukusinji (#196)
  • Fix comparison errors (#184)
  • Fix Roidmi calibration (#193)
  • Fix Roidmi areas calculation (#158)