Skip to content

0.5.9

Compare
Choose a tag to compare
@rytilahti rytilahti released this 30 Nov 17:50
· 315 commits to master since this release
72cd423

0.5.9 (2021-11-30)

Besides enhancements and bug fixes, this release includes plenty of janitoral work to enable common base classes in the future.

For library users:

  • Integrations are slowly moving to their own packages and directories, e.g. the vacuum module is now located in miio.integrations.vacuum.roborock.
  • Using Vacuum is now deprecated and will be later used as the common interface class for all vacuum implementations. For roborock vacuums, use RoborockVacuum instead.

Full Changelog

Breaking changes:

  • Move vacuums to self-contained integrations #1165 (rytilahti)
  • Remove unnecessary subclass constructors, deprecate subclasses only setting the model #1146 (rytilahti)
  • Remove deprecated cli tools (plug,miceil,mieye) #1130 (rytilahti)

Implemented enhancements:

Fixed bugs:

Deprecated:

New devices:

  • add support for smart pet water dispenser mmgg.pet_waterer.s1 #1174 (ofen)

Documentation updates:

Merged pull requests: