Skip to content

Releases: music-assistant/python-hass-client

1.2.0

05 Jul 21:45
de34af9
Compare
Choose a tag to compare

What’s Changed

  • #195 - Fix: don't throw warning for unsubscribe results (@lmagyar)
  • Several small tweaks and optimizations

⬆️ Dependencies

4 changes

1.1.1

17 Jun 22:19
3a83ce9
Compare
Choose a tag to compare

What’s Changed

  • #194 - Fix unsubscribe()'s permanent KeyError (@lmagyar)
  • #193 - Fix: successfully delivered messegas always got logged as 'Received message with unknown type' (@lmagyar)

⬆️ Dependencies

5 changes

1.1.0

14 Jun 19:07
52aa067
Compare
Choose a tag to compare

What's Changed

Breaking change:
The library will no longer contain auto reconnect functionality. Instead this is the responsibility of the lib consumer.

Full Changelog: 1.0.1...1.1.0

1.0.1

14 Feb 09:29
01dc35d
Compare
Choose a tag to compare

What’s Changed

⬆️ Dependencies

2 changes

1.0.0

13 Feb 15:42
5c76f45
Compare
Choose a tag to compare

What’s Changed

Full refactor to a version 1.0.0
The code is now properly typed and the models and methods in line with HA's typescript websocket client.
Be aware that this library is now completely stateless, it will not hold any of the state data by itself, this is intended to be handled by lib consumers.

⚠ Breaking Changes

The 1.0.0 is NOT backwards compatible with the previous alpha releases!

0.1.2

03 Mar 16:00
65a6d61
Compare
Choose a tag to compare

What’s Changed

0.1.1

23 Feb 16:03
Compare
Choose a tag to compare

What’s Changed

  • Fix AttributeError due to typo

0.1.0

14 Feb 10:41
Compare
Choose a tag to compare

What’s Changed

Refactored connection logic to better handle reconnects.

0.0.9

30 Dec 01:10
Compare
Choose a tag to compare

uvloop dependency removed

0.0.8

30 Dec 00:12
Compare
Choose a tag to compare
fix for windows installs