diff --git a/source/_integrations/vallox.markdown b/source/_integrations/vallox.markdown index a4bf430dcf3..d3bd0da0d9a 100644 --- a/source/_integrations/vallox.markdown +++ b/source/_integrations/vallox.markdown @@ -91,3 +91,12 @@ Set the fan speed of the `Boost` profile. | Data attribute | Optional | Description | |------------------------|----------|-------------------------------------------------| | `fan_speed` | no | Fan speed in %. `Integer`, between 0 and 100. | + +### Action `vallox.set_profile` + +Set the profile, and optionally a duration for the profile to be active. + +| Data attribute | Optional | Description | +|----------------|---------:|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `profile` | no | Profile to set, one of `home`, `away`, `boost`, `fireplace`, or `extra`. | +| `duration` | yes | Duration to activate the profile for; in minutes. `Integer` between 1 and 65535. Only applies to `boost`, `fireplace` or `extra` profiles. 65535 sets the profile without a timeout. | \ No newline at end of file