You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/baf.markdown
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Big Ass Fans
3
3
description: Instructions on how to integrate BAF devices into Home Assistant.
4
4
ha_category:
5
+
- Binary Sensor
5
6
- Climate
6
7
- Fan
7
8
- Light
@@ -17,6 +18,7 @@ ha_codeowners:
17
18
ha_domain: baf
18
19
ha_config_flow: true
19
20
ha_platforms:
21
+
- binary_sensor
20
22
- climate
21
23
- fan
22
24
- light
@@ -36,11 +38,15 @@ Integrates [Big Ass Fans](https://www.bigassfans.com/) devices into Home Assista
36
38
37
39
## Platforms
38
40
41
+
### Binary Sensor
42
+
43
+
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.
44
+
39
45
### Climate
40
46
41
47
For devices that support Auto Comfort, a climate entity allows adjusting the target temperature.
42
48
43
-
## Number
49
+
###Number
44
50
45
51
Adjusting the minimum and maximum speed for devices that support Auto Comfort is available.
0 commit comments