From 0d1beaf273e8fdc38b02938d563149a7c6d179d9 Mon Sep 17 00:00:00 2001 From: treetip Date: Tue, 10 Sep 2024 15:22:34 +0300 Subject: [PATCH] Add vallox set_profile service documentation (#33522) * Add documentation for vallox set_profile service * Tiny tweaks * Use lowercase profile names --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/vallox.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) 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