Skip to content

Releases: music-assistant/python-hass-client

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

0.0.7

07 Dec 20:39
Compare
Choose a tag to compare

What’s Changed

  • bump aiohttp to 3.7.3

0.0.6

05 Sep 23:24
Compare
Choose a tag to compare
fix supervisor support

0.0.5

05 Sep 23:11
Compare
Choose a tag to compare
fix connect