Skip to content

Releases: milanmeu/pyrituals

Version 0.0.6

26 Jul 20:27
Compare
Choose a tag to compare

This is the fifth release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.6

Changelog:

Fix Diffuser.has_cartridge returning the opposite of the actual state.

Version 0.0.5

05 Jul 22:59
Compare
Choose a tag to compare

This is the fifth release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.5

Changelog:

  • New properties:

    • diffuser.has_cartridge
    • diffuser.hublot
    • diffuser.is_online
    • diffuser.name
    • diffuser.version
    • account.email
  • Improvements:

    • It's now possible to pass an account-hash when initializing an Account.
  • Typing:

    • Added a py.typed file for PEP 561
  • Readme updated

Version 0.0.4

26 Jun 21:56
Compare
Choose a tag to compare

This is the fourth release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.4

Changelog:

  • New properties:

    • diffuser.fill
    • diffuser.perfume
    • diffuser.perfume_amount
    • diffuser.room_size
    • diffuser.room_size_square_meter
  • New function:

    • diffuser.set_room_size_square_meter()
  • Improvements:

    • Added docstring to diffuser.hub_data and diffuser.is_on
    • Added return type to diffuser.hub_data and diffuser.is_on
  • Readme updated

Version 0.0.3

28 Apr 18:34
Compare
Choose a tag to compare

This is the third release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.3

Changelog:

  • New properties:
    • diffuser.battery_percentage
    • diffuser.charging
    • diffuser.has_battery
    • diffuser.hash
    • diffuser.hub_data
    • diffuser.wifi_percentage
    • diffuser.is_on
  • New functions:
    • diffuser.set_perfume_amount()
    • diffuser.set_room_size()

Release 0.0.2

14 Feb 21:31
Compare
Choose a tag to compare

This is the second release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.2

Changelog:

  • It's now possible to pass a aiohttp.ClientSession when initializing a Account or Diffuser class.
  • Re-passing the session is not necessary if you initialized the Account or Diffuser class with a aiohttp.ClientSession.

Release 0.0.1

04 Feb 23:59
Compare
Choose a tag to compare

This is the first release of the PyRituals package.
It is available in on PyPI.org.

Installation:

pip install pyrituals==0.0.1