mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 05:47:35 +00:00
2.5 KiB
2.5 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ha_config_flow | ha_platforms | ha_integration_type | ha_quality_scale | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SensorPush Cloud | Instructions on how to integrate SensorPush Cloud devices into Home Assistant. |
|
2025.3 | Cloud Polling |
|
sensorpush_cloud | true |
|
integration | bronze |
Integrates SensorPush Cloud devices into Home Assistant.
Prerequisites
A G1 WiFi Gateway is required to make use of the Cloud API. To activate API access, log in to the Gateway Cloud Dashboard and agree to the terms of service.
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.
Supported devices
- HT1 Temperature and Humidity Smart Sensor
- HT.w Water-Resistant Temperature / Humidity Smart Sensor
- HTP.xw Extreme Accuracy Water-Resistant Temperature / Humidity / Barometric Pressure Smart Sensor
{% 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) |
Known limitations
atmospheric_pressure
is not available on HT1 and HT.w series devices.
Removing the integration
This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %}