Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SensorPush Cloud integration #36600

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ source/_integrations/sensor.markdown @home-assistant/core
source/_integrations/sensorblue.markdown @bdraco
source/_integrations/sensorpro.markdown @bdraco
source/_integrations/sensorpush.markdown @bdraco
source/_integrations/sensorpush_cloud.markdown @sstallion
source/_integrations/sensoterra.markdown @markruys
source/_integrations/sentry.markdown @dcramer @frenck
source/_integrations/senz.markdown @milanmeu
Expand Down
49 changes: 49 additions & 0 deletions source/_integrations/sensorpush_cloud.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: SensorPush Cloud
description: Instructions on how to integrate SensorPush Cloud devices into Home Assistant.
ha_category:
- Sensor
ha_release: 2025.1
ha_iot_class: Cloud Polling
ha_codeowners:
- '@sstallion'
ha_domain: sensorpush_cloud
ha_config_flow: true
ha_platforms:
- sensor
ha_integration_type: integration
---

Integrates [SensorPush Cloud](https://www.sensorpush.com/) devices into Home Assistant.

## Prerequisites

Sensor entities (temperature, humidity, barometric pressure) will not be available to Home Assistant until you have activated the device with the SensorPush app on iOS or Android.

To activate API access, log in to the [Gateway Cloud Dashboard](https://dashboard.sensorpush.com/) and agree to the terms of service.

## Supported devices

- [G1 WiFi Gateway](https://www.sensorpush.com/products/p/g1-gateway)
- [HT1 Temperature and Humidity Smart Sensor](https://www.sensorpush.com/products/p/ht1)
- [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)

{% include integrations/config_flow.md %}

## Sensors

For each device, the following *sensors* are created:

| Sensor | Description |
| :------------------- | :------------------------------------------------------------ |
| altitude | Measures the altitude. (disabled by default) |
| atmospheric_pressure | Measures the barometric pressure. (disabled by default) |
| battery_voltage | Measures the battery voltage. (disabled by default) |
| dewpoint | Measures the dew point. (disabled by default) |
| humidity | Measures the relative humidity. |
| signal_strength | Measures the Bluetooth signal strength. (disabled by default) |
| temperature | Measures the temperature. |
| vapor_pressure | Measures the vapor-pressure deficit. (disabled by default) |

**Note**: atmospheric_pressure is not available in HT1 series devices.
Loading