From 6a3f2f7c545938d8c35a325b2082dea9bd01f205 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 16 May 2022 09:10:25 -0500 Subject: [PATCH] Add notes on sensor platform to baf (#22763) --- source/_integrations/baf.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/source/_integrations/baf.markdown b/source/_integrations/baf.markdown index effbcac4fa9..2af82934bc4 100644 --- a/source/_integrations/baf.markdown +++ b/source/_integrations/baf.markdown @@ -18,9 +18,20 @@ ha_integration_type: integration Integrates [Big Ass Fans](https://www.bigassfans.com/) devices into Home Assistant. -### Supported devices +## Supported devices - Haiku Fans with 3.0 firmware and later (Legacy SenseME firmware not supported) - i6 Fans +## Platforms + +### Sensor + +If the device supports it, the integration creates the following sensors, which receive push updates: + +- Temperature +- Humidity + +Additional diagnostic sensors are available, which generally do not receive push updates that need to be enabled in the UI if desired. + {% include integrations/config_flow.md %}