From faa24fb64ab2ab22480c29cbb688b8a805bb080b Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Thu, 2 May 2024 20:09:39 -0400 Subject: [PATCH] Add ventilator switch to ecobee (#32413) --- source/_integrations/ecobee.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown index 140a31a0fba..03442cea98c 100644 --- a/source/_integrations/ecobee.markdown +++ b/source/_integrations/ecobee.markdown @@ -8,6 +8,7 @@ ha_category: - Notifications - Number - Sensor + - Switch - Weather featured: true ha_release: 0.9 @@ -21,6 +22,7 @@ ha_platforms: - notify - number - sensor + - switch - weather ha_zeroconf: true ha_homekit: true @@ -140,6 +142,12 @@ The ecobee climate entity has some extra attributes to represent the state of th The ecobee thermostat supports the addition of an accessory. If you have an air exchanger (ventilator, HRV, or ERV), you can control it via the min time home and min time away numbers. +### Switch + +The `ventilator 20 min` switch is behaving like the switch in the physical ecobee device. When switched on, the ventilator turns on for 20 min. When turned off, it stops the ventilator. + +*Note: this does not interact with the `ventilator min time`* + ### Number | Name | Description |