mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add airflow min-max service description (#16823)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
53293b63d0
commit
3aee41e2c3
@ -122,3 +122,23 @@ logger:
|
||||
```
|
||||
|
||||
This will help you to find network connection issues etc.
|
||||
|
||||
## Services
|
||||
|
||||
### Service `izone.airflow_min`
|
||||
|
||||
Set the minimum airflow for a particular zone.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | yes | izone Zone entity. For example `climate.bed_2`
|
||||
| `airflow` | no | Airflow percent in 5% increments
|
||||
|
||||
### Service `izone.airflow_max`
|
||||
|
||||
Set the maximum airflow for a particular zone.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | yes | izone Zone entity. For example `climate.bed_2`
|
||||
| `airflow` | no | Airflow percent in 5% increments
|
||||
|
Loading…
x
Reference in New Issue
Block a user