mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add boost switch to Smarty.markdown (#35479)
This commit is contained in:
parent
77422bfc6e
commit
22a53065d4
@ -5,6 +5,7 @@ ha_category:
|
||||
- Fan
|
||||
- Hub
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_config_flow: true
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.95
|
||||
@ -15,6 +16,7 @@ ha_platforms:
|
||||
- binary_sensor
|
||||
- fan
|
||||
- sensor
|
||||
- switch
|
||||
ha_integration_type: hub
|
||||
---
|
||||
|
||||
@ -24,8 +26,9 @@ There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Fan
|
||||
- Sensor
|
||||
- Switch
|
||||
|
||||
The integration has a fan platform to view and control the ventilation speed, and a sensors platform to read:
|
||||
The integration has a fan platform to view and control the ventilation speed, a switch platform to control the Boost state (which temporarily increases the fan speed to maximum for 10 minutes before returning to the previous speed), and a sensors platform to read:
|
||||
|
||||
- Outdoor air temperature
|
||||
- Extract air temperature
|
||||
|
Loading…
x
Reference in New Issue
Block a user