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