From 90f16ae68693478e414f1ef748a904e16956c539 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:12:51 +0200 Subject: [PATCH] Add PEGELONLINE integration (#28282) --- source/_integrations/pegel_online.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_integrations/pegel_online.markdown diff --git a/source/_integrations/pegel_online.markdown b/source/_integrations/pegel_online.markdown new file mode 100644 index 00000000000..ceac72393c9 --- /dev/null +++ b/source/_integrations/pegel_online.markdown @@ -0,0 +1,20 @@ +--- +title: PEGELONLINE +description: Instructions on how to integrate Radarr sensors with Home Assistant +ha_category: + - Environment + - Sensor +ha_release: 2023.8 +ha_config_flow: true +ha_iot_class: Cloud Polling +ha_domain: 'pegel_online' +ha_platforms: + - sensor +ha_codeowners: + - '@mib1185' +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. + +{% include integrations/config_flow.md %}