From 430c79ccadbb047d390ad7b0959a2af9f01609fc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 25 Aug 2022 16:51:57 -0500 Subject: [PATCH] Add thermopro integration (#23876) --- source/_integrations/thermopro.markdown | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/thermopro.markdown diff --git a/source/_integrations/thermopro.markdown b/source/_integrations/thermopro.markdown new file mode 100644 index 00000000000..1a0848ae3ee --- /dev/null +++ b/source/_integrations/thermopro.markdown @@ -0,0 +1,27 @@ +--- +title: ThermoPro +description: Instructions on how to integrate ThermoPro devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.9 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: thermopro +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [ThermoPro](https://buythermopro.com/) devices into Home Assistant. + +## Supported devices + +- [TP359](https://buythermopro.com/product/thermopro-tp59-bluetooth-wireless-thermometer-hygrometer-humidity-monitor/) +- [TP357](https://buythermopro.com/product/thermopro-tp357-bluetooth-digital-indoor-hygrometer-thermometer/) + +The ThermoPro integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +{% include integrations/config_flow.md %}