mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Update venstar.markdown for venstar sensor addition (#20109)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
b4306dea31
commit
4cc1e3cf02
@ -2,14 +2,16 @@
|
|||||||
title: Venstar
|
title: Venstar
|
||||||
description: Instructions for how to integrate Venstar WiFi thermostats within Home Assistant.
|
description: Instructions for how to integrate Venstar WiFi thermostats within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Climate
|
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Climate
|
||||||
|
- Sensor
|
||||||
ha_release: 0.62
|
ha_release: 0.62
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_domain: venstar
|
ha_domain: venstar
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- climate
|
- climate
|
||||||
|
- sensor
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@garbled1'
|
- '@garbled1'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -31,6 +33,7 @@ Currently supported functionality:
|
|||||||
- Reading and setting the humidity level and limits (T7900 only)
|
- Reading and setting the humidity level and limits (T7900 only)
|
||||||
- Turning on away preset
|
- Turning on away preset
|
||||||
- Turning on hold mode preset
|
- Turning on hold mode preset
|
||||||
|
- Remote temperature sensors
|
||||||
- Thermostat alerts (Filter replacement/etc)
|
- Thermostat alerts (Filter replacement/etc)
|
||||||
|
|
||||||
The following values are supported for the preset_mode state attribute:
|
The following values are supported for the preset_mode state attribute:
|
||||||
@ -66,14 +69,4 @@ ssl:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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 %}
|
{% endconfiguration_basic %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user