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>
This commit is contained in:
treetip 2024-09-10 15:22:34 +03:00 committed by GitHub
parent a3c1146028
commit 0d1beaf273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,3 +91,12 @@ Set the fan speed of the `Boost` profile.
| Data attribute | Optional | Description | | Data attribute | Optional | Description |
|------------------------|----------|-------------------------------------------------| |------------------------|----------|-------------------------------------------------|
| `fan_speed` | no | Fan speed in %. `Integer`, between 0 and 100. | | `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. |