Update baf.markdown for occupancy sensor (#23541)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jean-François Roy 2022-07-26 20:36:47 -07:00 committed by GitHub
parent edddc56e5f
commit bee9cdfc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
title: Big Ass Fans title: Big Ass Fans
description: Instructions on how to integrate BAF devices into Home Assistant. description: Instructions on how to integrate BAF devices into Home Assistant.
ha_category: ha_category:
- Binary Sensor
- Climate - Climate
- Fan - Fan
- Light - Light
@ -17,6 +18,7 @@ ha_codeowners:
ha_domain: baf ha_domain: baf
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- binary_sensor
- climate - climate
- fan - fan
- light - light
@ -36,11 +38,15 @@ Integrates [Big Ass Fans](https://www.bigassfans.com/) devices into Home Assista
## Platforms ## Platforms
### Binary Sensor
For devices that support Auto Comfort and are running firmware 3.1 or later, an occupancy sensor entity is available. The sensor has a hold time of about 5 minutes and pushes state updates.
### Climate ### Climate
For devices that support Auto Comfort, a climate entity allows adjusting the target temperature. For devices that support Auto Comfort, a climate entity allows adjusting the target temperature.
## Number ### Number
Adjusting the minimum and maximum speed for devices that support Auto Comfort is available. Adjusting the minimum and maximum speed for devices that support Auto Comfort is available.