From 9adeb6e592634a0fdef6b01e42964e104e9c9d01 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Jan 2022 01:51:32 -1000 Subject: [PATCH] Add SenseME integration (#20906) --- source/_integrations/senseme.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_integrations/senseme.markdown diff --git a/source/_integrations/senseme.markdown b/source/_integrations/senseme.markdown new file mode 100644 index 00000000000..834197f4545 --- /dev/null +++ b/source/_integrations/senseme.markdown @@ -0,0 +1,25 @@ +--- +title: SenseME +description: Instructions on how to integrate SenseME devices into Home Assistant. +ha_category: + - Fan +ha_release: 2022.2 +ha_iot_class: Local Push +ha_codeowners: + - '@mikelawrence' + - '@bdraco' +ha_domain: senseme +ha_config_flow: true +ha_platforms: + - fan +--- + +Integrates SenseME devices into Home Assistant. + +The SenseME integration supports devices that speak the [SenseME](https://www.bigassfans.com/senseme/) protocol. + +### Supported devices + +- Haiku Fans with SenseME + +{% include integrations/config_flow.md %}