From 4cc1e3cf025dcd707a9b5d9be045e6d0b222e9d5 Mon Sep 17 00:00:00 2001 From: Tim Rightnour <6556271+garbled1@users.noreply.github.com> Date: Mon, 29 Nov 2021 02:19:34 -0700 Subject: [PATCH] Update venstar.markdown for venstar sensor addition (#20109) Co-authored-by: Franck Nijhof --- source/_integrations/venstar.markdown | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/source/_integrations/venstar.markdown b/source/_integrations/venstar.markdown index 220205358c7..5b55ccdfa7b 100644 --- a/source/_integrations/venstar.markdown +++ b/source/_integrations/venstar.markdown @@ -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 %}