Update venstar.markdown for config_flow (#19888)

This commit is contained in:
Tim Rightnour 2021-10-26 03:03:58 -07:00 committed by GitHub
parent 0dffbea632
commit e65ef95162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,16 +36,9 @@ Note - Please ensure that you update your thermostat to the latest firmware. Ini
Local API mode needs to be enabled via the thermostat's *Menu > WiFi > Local API Options > Local API - ON* Local API mode needs to be enabled via the thermostat's *Menu > WiFi > Local API Options > Local API - ON*
To set it up, add the following information to your `configuration.yaml` file: {% include integrations/config_flow.md %}
```yaml {% configuration_basic %}
# Example configuration.yaml entry
climate:
- platform: venstar
host: IP_OR_HOSTNAME_OF_THERMOSTAT
```
{% configuration %}
host: host:
description: Address of your thermostat, e.g., 192.168.1.32. description: Address of your thermostat, e.g., 192.168.1.32.
required: true required: true
@ -77,19 +70,4 @@ humidifier:
required: false required: false
type: boolean type: boolean
default: true default: true
{% endconfiguration %} {% endconfiguration_basic %}
## Full configuration sample
```yaml
# Example configuration.yaml entry
climate:
- platform: venstar
host: IP_OR_HOSTNAME_OF_THERMOSTAT
ssl: true
username: OPTIONAL_AUTH_USER_HERE
password: OPTIONAL_AUTH_PASS_HERE
pin: LOCKSCREEN_PIN
timeout: 5
humidifier: false
```