diff --git a/source/_integrations/pegel_online.markdown b/source/_integrations/pegel_online.markdown index 5668943799a..dfcfa9e3065 100644 --- a/source/_integrations/pegel_online.markdown +++ b/source/_integrations/pegel_online.markdown @@ -1,6 +1,6 @@ --- title: PEGELONLINE -description: Instructions on how to integrate Radarr sensors with Home Assistant +description: Instructions on how to integrate PEGELONLINE measurements into Home Assistant. ha_category: - Environment - Sensor @@ -15,6 +15,21 @@ ha_codeowners: ha_integration_type: service --- -This integration uses the data from the German Federal Waterways and Shipping Administration (_Wasserstraßen- und Schifffahrtsverwaltung des Bundes_) [PEGELONLINE](https://www.pegelonline.wsv.de/) to provide water level sensors. +This integration uses the data from the German Federal Waterways and Shipping Administration (_Wasserstraßen- und Schifffahrtsverwaltung des Bundes_) [PEGELONLINE](https://www.pegelonline.wsv.de/) to provide different [sensors](#sensors), based on the available data of the selected measurement station. {% include integrations/config_flow.md %} + +## Sensors + +Currently, the integration supports the following sensors: + +| Sensor name | Common unit of measurement | +| --- | --- | +| Air temperature | °C | +| Clearance height (_only for bridges_) | cm | +| Oxygen level | mg/l | +| pH | `None` | +| Water flow speed | m/s | +| Water level | cm | +| Water temperature | °C | +| Water volume flow | m³/s |