From 8f9b343099790846acf9e799154df7734509e334 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 24 Jul 2022 15:46:43 -0500 Subject: [PATCH] Add SensorPush integration (#23481) --- source/_integrations/sensorpush.markdown | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/sensorpush.markdown diff --git a/source/_integrations/sensorpush.markdown b/source/_integrations/sensorpush.markdown new file mode 100644 index 00000000000..3eefdab7b50 --- /dev/null +++ b/source/_integrations/sensorpush.markdown @@ -0,0 +1,27 @@ +--- +title: SensorPush +description: Instructions on how to integrate SensorPush devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.8 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: sensorpush +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [SensorPush](https://www.sensorpush.com/) devices into Home Assistant. + +## Supported devices + +- [HT.w Water-Resistant Temperature / Humidity Smart Sensor](https://www.sensorpush.com/products/p/ht-w) +- [HTP.xw Extreme Accuracy Water-Resistant Temperature / Humidity / Barometric Pressure Smart Sensor](https://www.sensorpush.com/products/p/htp-xw) + +The SensorPush integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +{% include integrations/config_flow.md %}