From 53be9eb6a8fcb591377bb4fd8d9ca1f85a6fa266 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 25 Mar 2025 17:29:00 +0100 Subject: [PATCH] Add removal instructions and basic configuration descriptions to IMGW-PIB docs (#38186) * Add removal instructions and basic configuration descriptions * Move the removal instruction to the end --- source/_integrations/imgw_pib.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/imgw_pib.markdown b/source/_integrations/imgw_pib.markdown index 0bc138daad0..13936cf278b 100644 --- a/source/_integrations/imgw_pib.markdown +++ b/source/_integrations/imgw_pib.markdown @@ -15,7 +15,14 @@ ha_platforms: ha_integration_type: integration --- -IMGW-PIB integration uses hydrological data from [Institute of Meteorology and Water Management - National Research Institute](https://hydro.imgw.pl) to present information about rivers and water reservoirs in Poland. +IMGW-PIB {% term integration %} uses hydrological data from [Institute of Meteorology and Water Management - National Research Institute](https://hydro.imgw.pl) to present information about rivers and water reservoirs in Poland. + +{% include integrations/config_flow.md %} + +{% configuration_basic %} +Hydrological station: + description: "Select a hydrological station from the list of available stations." +{% endconfiguration_basic %} ## Sensors @@ -24,6 +31,8 @@ Sensor entities added to Home Assistant: - Water level - Water temperature (if a given hydrological station supports it) -## Setup +## Removing the integration -{% include integrations/config_flow.md %} +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %}