Skip to content

Releases: music-assistant/python-hass-client

1.2.3

02 Apr 16:45

Choose a tag to compare

What’s Changed

  • No changes

1.2.2

02 Apr 16:27

Choose a tag to compare

What’s Changed

  • No changes

1.2.1

02 Apr 16:19
bdfca65

Choose a tag to compare

What’s Changed

⬆️ Dependencies

7 changes

1.2.0

05 Jul 21:45
de34af9

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

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

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

Choose a tag to compare

What’s Changed

⬆️ Dependencies

2 changes

1.0.0

13 Feb 15:42
5c76f45

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

Choose a tag to compare

What’s Changed

0.1.1

23 Feb 16:03

Choose a tag to compare

What’s Changed

  • Fix AttributeError due to typo