From 0499817d95d0d8f206e62c3214275e3197218949 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:53:21 +0200 Subject: [PATCH] Add further sensors to PEGELONLINE (#28372) --- source/_integrations/pegel_online.markdown | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 |