mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
a3c1146028
commit
0d1beaf273
@ -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. |
|
Loading…
x
Reference in New Issue
Block a user