Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
0.4.0 - 2025-02-06¶
Added¶
Async discover function
discover_asyncPython 3.13 support
Changed¶
Flatten modules, migrate modules
units,conditionsanddiscoveryinto__init__
0.3.0 - 2024-09-05¶
Changed¶
Remove
set_units, pass units of typeunits.Unitsas a parameter toget_conditionsDrop Python 3.6 support
Added¶
parse_responsefunction to transform a raw JSON response string into aConditionsobjectDataStructureTypeenumPython support until 3.12
0.2.1 - 2021-02-04¶
Fixed¶
Remove temperature conversion for humidity
0.2.0 - 2020-12-23¶
Added¶
CI with GitHub Actions
Changed¶
Remove imports of
conditionsanddiscoverymodule in global namespace
Fixed¶
Project links in setup.py
0.1.0 - 2020-12-23¶
Initial public release