mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +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
|
- Fan
|
||||||
- Hub
|
- Hub
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.95
|
ha_release: 0.95
|
||||||
@ -15,6 +16,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- fan
|
- fan
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_integration_type: hub
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -24,8 +26,9 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
|
|
||||||
- Fan
|
- Fan
|
||||||
- Sensor
|
- 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
|
- Outdoor air temperature
|
||||||
- Extract air temperature
|
- Extract air temperature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user