Skip to content

Releases: frwickst/pyhuum

0.8.1

02 Aug 18:17
21e9aaf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

26 Jun 14:29
f4dad5d

Choose a tag to compare

  • Use new Huum API endpoint https://sauna.huum.eu/action/
  • Get target temperature only from the status endpoint (works due to the API endpoint change)
  • Add support for toggling the light on and off with toggle_light
  • BREAKING CHANGE: removal of status_from_status_or_stop as status now does all that it does due to API changes

0.7.12

13 Nov 13:31
fbc19cc

Choose a tag to compare

  • Remove upper Python version bounds (might lead to issues in the future, but at least it won't break compatibility with the Python version of HA)

0.7.11

07 Nov 13:55
d3dc014

Choose a tag to compare

  • Better readme description for use outside of Home Assistant
  • Add MIT license to pyproject.toml
  • Use ruff for styling
  • Correct payment_end_date schema type

0.7.10

25 Jan 15:13
5182aaa

Choose a tag to compare

  • Fix black and ruff dependency

0.7.9

27 Dec 16:16
3c4c8da

Choose a tag to compare

Release 0.7.9

0.7.8

27 Dec 16:10
cd70178

Choose a tag to compare

Release 0.7.8

0.7.7

27 Dec 16:08
7ff3f12

Choose a tag to compare

  • Use custom exceptions for API call errors

0.7.5

27 Dec 09:31
45347a9

Choose a tag to compare

  • Simplify schemas

0.7.4

26 Dec 21:00
412b493

Choose a tag to compare

  • Move from Pydantic to Mashumaro
  • Move from Black to Ruff (keeping isort)