Update venstar.markdown for venstar sensor addition (#20109)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Tim Rightnour 2021-11-29 02:19:34 -07:00 committed by GitHub
parent b4306dea31
commit 4cc1e3cf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,16 @@
title: Venstar
description: Instructions for how to integrate Venstar WiFi thermostats within Home Assistant.
ha_category:
- Climate
- Binary Sensor
- Climate
- Sensor
ha_release: 0.62
ha_iot_class: Local Polling
ha_domain: venstar
ha_platforms:
- binary_sensor
- climate
- sensor
ha_codeowners:
- '@garbled1'
ha_config_flow: true
@ -31,6 +33,7 @@ Currently supported functionality:
- Reading and setting the humidity level and limits (T7900 only)
- Turning on away preset
- Turning on hold mode preset
- Remote temperature sensors
- Thermostat alerts (Filter replacement/etc)
The following values are supported for the preset_mode state attribute:
@ -66,14 +69,4 @@ ssl:
required: false
type: boolean
default: false
timeout:
description: Number of seconds for API timeout.
required: false
type: integer
default: 5
humidifier:
description: Report humidity and expose humidifier setpoints.
required: false
type: boolean
default: true
{% endconfiguration_basic %}