github rytilahti/python-miio 0.5.11

latest releases: 0.6.0.dev0, 0.5.12
2 years ago

This release fixes zhimi.fan.za5 support and makes all integrations introspectable for their supported models.
For developers, there is now a network trace parser (in devtools/parse_pcap.py) that prints the decrypted the traffic for given tokens.

The following previously deprecated classes in favor of model-based discovery, if you were using these classes directly you need to adjust your code:

  • AirFreshVA4 - use AirFresh
  • AirHumidifierCA1, AirHumidifierCB1, AirHumidifierCB2 - use AirHumidifier
  • AirDogX5, AirDogX7SM - use AirDogX3
  • AirPurifierMB4 - use AirPurifierMiot
  • Plug, PlugV1, PlugV3 - use ChuangmiPlug
  • FanP9, FanP10, FanP11 - use FanMiot
  • DreameVacuumMiot - use DreameVacuum
  • Vacuum - use RoborockVacuum

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • Fix bug for zhimi.fan.za5 resulting in user ack timeout #1348 (@saxel)

Deprecated:

Merged pull requests:

Don't miss a new python-miio release

NewReleases is sending notifications on new releases.