Create sensoterra.markdown (#33276)

* Create sensoterra.markdown

Initial version

See also PR https://github.com/home-assistant/core/pull/119642

* Update sensoterra.markdown

Add new line for better readability.

* Update sensoterra.markdown

Apply  coderabbitai suggestions

* Tiny tweaks

* Add temperature unit

* add config flow

* Update source/_integrations/sensoterra.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Mark Ruys 2024-09-09 13:21:41 +02:00 committed by GitHub
parent 26ec9c4ddf
commit 88dca619f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,35 @@
---
title: Sensoterra
description: Instructions on how to integrate your Sensoterra probes with Home Assistant.
ha_release: 2024.10
ha_category:
- Sensor
ha_iot_class: Cloud Poll
ha_config_flow: true
ha_domain: sensoterra
ha_platforms:
- sensor
ha_codeowners:
- '@markruys'
ha_integration_type: integration
---
This {% term integration %} communicates with your [Sensoterra](https://sensoterra.com) soil moisture probes using the public [Sensoterra Customer API](https://monitor.sensoterra.com/api/v3/) via HTTPS.
## Prerequisites
Soil moisture probes can be purchased at Sensoterra.com. Create a free account in the Sensoterra app and register your probes. The Sensoterra Home Assistant integration needs your credentials to obtain a token to access your probe data.
{% include integrations/config_flow.md %}
## Sensors
The integration provides the following sensors for each probe:
- Soil moisture (either in volumetric-% or in SI)
- Temperature (in degrees Celsius)
- LoRaWAN signal strength (RSSI level)
- Battery level (100, 50 or 10% approximations)
- Last seen timestamp
Typically, soil moisture probes measure once an hour. The Home Assistant integration polls this data every 15 minutes.