From cf26ad460e0af67a002c25c0719b54ea743731fa Mon Sep 17 00:00:00 2001 From: Jevgeni Kiski Date: Fri, 18 Nov 2022 11:17:56 +0200 Subject: [PATCH] Vallox switch platform (#24963) * vallox_bypass * Update source/_integrations/vallox.markdown Co-authored-by: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/vallox.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/vallox.markdown b/source/_integrations/vallox.markdown index 24705114256..62279b91833 100644 --- a/source/_integrations/vallox.markdown +++ b/source/_integrations/vallox.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Vallox ventilation units into Home ha_category: - Fan - Sensor + - Switch ha_config_flow: true ha_release: 0.96 ha_iot_class: Local Polling @@ -12,6 +13,7 @@ ha_platforms: - binary_sensor - fan - sensor + - switch ha_codeowners: - '@andre-richter' - '@slovdahl' @@ -23,7 +25,9 @@ The `vallox` integration lets you control any Vallox ventilation unit that is su The **fan** platform of this integration allows you to turn on/off the complete unit via the toggle switch and to select a ventilation profile. -Also, there is a **sensor** platform that exposes a number of relevant metrics like fan speed, various air temperatures and humidity. +The **sensor** platform exposes a number of relevant metrics like fan speed, various air temperatures, and humidity. + +The **switch** platform allows locking heat recovery bypass. {% include integrations/config_flow.md %}