Skip to content

Releases: DavidMStraub/homeconnect

v0.8.0

06 Jul 16:47
dfdbdee
Compare
Choose a tag to compare

Improvements:

Thanks to all contributors!

v0.7.4

04 Feb 21:00
Compare
Choose a tag to compare

This release fixes an issue with the endpoint URLs (#26), thanks @leahoswald for fixing it.

v0.7.3

24 Mar 10:54
aeffd01
Compare
Choose a tag to compare
Bump version to 0.7.3 (#24)

v0.7.2

14 Aug 19:48
Compare
Choose a tag to compare

Improve event handling (#20)

  • Events without items are now also processed.
  • An appliance's connected state is now updated by events.

v0.7.1

28 Jun 12:59
65d18d2
Compare
Choose a tag to compare

Solve issue when event data does not contain item key (#16), thanks @Noltari.

v0.7.0

09 Mar 12:21
Compare
Choose a tag to compare

New features:

v0.6.3

06 Oct 20:26
Compare
Choose a tag to compare

Fix a bug introduced in v0.6.2.

v0.6.2

06 Oct 20:23
Compare
Choose a tag to compare

Add timeout to event stream to address #3.

v0.6.1

10 Sep 17:20
Compare
Choose a tag to compare

The only point of this release is to make sure the LICENSE file is shipped as part of the source distribution on PyPI.

Note: the v0.6.1 tag was accidentally made on the wrong commit.

v0.6

26 Jun 20:03
Compare
Choose a tag to compare

Add methods set_options_active_program, set_options_selected_program, and execute_command to HomeConnectAppliance.

Breaking change:

The method select_program has changed.

Old: app.select_program(data={"data": {"key": "SomeProgram", "options": {"key": "Some Option", "value": 1}}})
New: app.select_program(program="SomeProgram", options={"key": "Some Option", "value": 1})