mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add ventilator switch to ecobee (#32413)
This commit is contained in:
parent
51881964fd
commit
faa24fb64a
@ -8,6 +8,7 @@ ha_category:
|
|||||||
- Notifications
|
- Notifications
|
||||||
- Number
|
- Number
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
- Weather
|
- Weather
|
||||||
featured: true
|
featured: true
|
||||||
ha_release: 0.9
|
ha_release: 0.9
|
||||||
@ -21,6 +22,7 @@ ha_platforms:
|
|||||||
- notify
|
- notify
|
||||||
- number
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
- weather
|
- weather
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_homekit: 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.
|
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
|
### Number
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user