Releases: milanmeu/pyrituals
Releases · milanmeu/pyrituals
Version 0.0.6
Version 0.0.5
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
- Added a
-
Readme updated
Version 0.0.4
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
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
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
This is the first release of the PyRituals package.
It is available in on PyPI.org.
Installation:
pip install pyrituals==0.0.1