From eada5ac1cdd83b99a221f8dacf73fc4bdfa3af78 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 31 Aug 2022 12:09:19 +0000 Subject: [PATCH] Add sensorpro integration (#23954) --- source/_integrations/sensorpro.markdown | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/sensorpro.markdown diff --git a/source/_integrations/sensorpro.markdown b/source/_integrations/sensorpro.markdown new file mode 100644 index 00000000000..46f0c00c9f7 --- /dev/null +++ b/source/_integrations/sensorpro.markdown @@ -0,0 +1,27 @@ +--- +title: SensorPro +description: Instructions on how to integrate SensorPro devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.9 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: sensorpro +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [SensorPro](https://www.sigmawit.com/) devices into Home Assistant. + +## Supported devices + +- T201 +- T301 + +The SensorPro integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +{% include integrations/config_flow.md %}