Skip to content

Releases: lukasberbuer/weatherlink-live-local-python

0.4.0

06 Feb 08:38
aa114db

Choose a tag to compare

Added

  • Async discover function discover_async
  • Python 3.13 support

Changed

  • Flatten modules, migrate modules units, conditions and discovery into __init__

0.3.0

05 Sep 14:54
00e368c

Choose a tag to compare

Changed

  • Remove set_units, pass units of type units.Units as a parameter to get_conditions
  • Drop Python 3.6 support

Added

  • parse_response function to transform a raw JSON response string into a Conditions object
  • DataStructureType enum
  • Python support until 3.12

0.2.1

04 Feb 09:35

Choose a tag to compare

Fixed

  • Remove temperature conversion for humidity

0.2.0

23 Dec 14:28

Choose a tag to compare

Added

  • CI with GitHub Actions

Changed

  • Remove imports of conditions and discovery module in global namespace

0.1.0

23 Dec 01:08

Choose a tag to compare

Initial public release