diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 676c379d2e4..93e25cbd13e 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -103,7 +103,7 @@ The integration configuration will ask for the *Client ID* and *Client Secret* c ## Actions The Home Connect integration makes various actions available. -Available actions: `set_program_and_options`, `set_option_active`, `set_option_selected`, `pause_program`, `resume_program`, `select_program`, `start_program` and `change_setting` +Available actions: `set_program_and_options`, `pause_program`, `resume_program`, and `change_setting` ### Action `home_connect.set_program_and_options` @@ -148,28 +148,6 @@ Starts or selects a program. If the `program` attribute is not set, this action | `laundry_care_washer_option_i_dos2_active` | yes | Defines if the detergent feed is activated / deactivated. (i-Dos content 2) | | `laundry_care_washer_option_vario_perfect` | yes | Defines if a cycle saves energy (Eco Perfect) or time (Speed Perfect). | -### Action `home_connect.set_option_active` - -Sets an option for the active program. - -| Data attribute | Optional | Description | -|---------------------------|----------|--------------------------------------------------| -| `device_id` | no | Id of a device associated with the home appliance. | -| `key` | no | Key of the option. | -| `value` | no | Value of the option. | -| `unit` | yes | Unit for the option. | - -### Action `home_connect.set_option_selected` - -Sets an option for the selected program. - -| Data attribute | Optional | Description | -|---------------------------|----------|--------------------------------------------------| -| `device_id` | no | Id of a device associated with the home appliance. | -| `key` | no | Key of the option. | -| `value` | no | Value of the option. | -| `unit` | yes | Unit for the option. | - ### Action `home_connect.pause_program` Pauses the current running program. @@ -186,30 +164,6 @@ Resumes a paused program. |---------------------------|----------|--------------------------------------------------| | `device_id` | no | Id of a device associated with the home appliance. | -### Action `home_connect.select_program` - -Selects a program without starting it. - -| Data attribute | Optional | Description | -|---------------------------|----------|--------------------------------------------------| -| `device_id` | no | Id of a device associated with the home appliance. | -| `program` | no | Program to select. | -| `key` | yes | Key of the option. | -| `value` | yes | Value of the option. | -| `unit` | yes | Unit for the option. | - -### Action `home_connect.start_program` - -Selects a program and starts it. - -| Data attribute | Optional | Description | -|---------------------------|----------|--------------------------------------------------| -| `device_id` | no | Id of a device associated with the home appliance. | -| `program` | no | Program to select. | -| `key` | yes | Key of the option. | -| `value` | yes | Value of the option. | -| `unit` | yes | Unit for the option. | - ### Action `home_connect.change_setting` Changes a setting.