Add airflow min-max service description (#16823)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Nick Adams 2021-03-03 19:10:03 +10:00 committed by GitHub
parent 53293b63d0
commit 3aee41e2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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