From e882a2aac7229326c51909d20d5cdefbdaa126b5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 24 Jul 2022 13:36:05 -0500 Subject: [PATCH] Add moat integration (#23503) Co-authored-by: Franck Nijhof --- source/_integrations/moat.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_integrations/moat.markdown diff --git a/source/_integrations/moat.markdown b/source/_integrations/moat.markdown new file mode 100644 index 00000000000..d1dc160cc05 --- /dev/null +++ b/source/_integrations/moat.markdown @@ -0,0 +1,26 @@ +--- +title: Moat +description: Instructions on how to integrate Moat devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.8 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: moat +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [Moat](https://moat-tech.com/) devices into Home Assistant. + +{% include integrations/config_flow.md %} + +The Moat integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +## Supported devices + +- [S2 Smart Temperature & Humidity Sensor](https://www.moat-tech.com/product/smart-climate-sensor/) \ No newline at end of file