github DavidMStraub/homeconnect v0.6

latest releases: v0.7.4, v0.7.3, v0.7.2...
3 years ago

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})

Don't miss a new homeconnect release

NewReleases is sending notifications on new releases.