Update Vallox documentation for config flow (#20861)

This commit is contained in:
Sebastian Lövdahl 2021-12-29 15:31:37 +02:00 committed by GitHub
parent 5f1a08883e
commit 1e96488917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate Vallox ventilation units into Home
ha_category:
- Fan
- Sensor
ha_config_flow: true
ha_release: 0.96
ha_iot_class: Local Polling
ha_domain: vallox
@ -25,24 +26,7 @@ The **fan** platform of this integration allows you to either turn on/off the co
Also, there is a **sensor** platform that exposes a number of relevant metrics like fan speed, various air temperatures and humidity.
## Configuration
```yaml
vallox:
host: IP_ADDRESS
```
{% configuration %}
host:
description: The IP or hostname of the ventilation unit in your home network.
required: true
type: string
name:
description: The name of this device as you want to see it in Home Assistant.
required: false
default: Vallox
type: string
{% endconfiguration %}
{% include integrations/config_flow.md %}
## Profile Switching