mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update venstar.markdown for config_flow (#19888)
This commit is contained in:
parent
0dffbea632
commit
e65ef95162
@ -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
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user