42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
---
|
|
title: IMGW-PIB
|
|
description: Instructions on how to integrate IMGW-PIB (Polish Institute of Meteorology and Water Management - National Research Institute) hydrological service within Home Assistant.
|
|
ha_category:
|
|
- Environment
|
|
ha_release: 2024.6
|
|
ha_iot_class: Cloud Polling
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@bieniu'
|
|
ha_domain: imgw_pib
|
|
ha_platforms:
|
|
- diagnostics
|
|
- sensor
|
|
ha_integration_type: integration
|
|
ha_quality_scale: silver
|
|
---
|
|
|
|
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
|
|
|
|
Sensor entities added to Home Assistant:
|
|
|
|
- Water level
|
|
- Water flow (if a given hydrological station supports it)
|
|
- Water temperature (if a given hydrological station supports it)
|
|
- Hydrological alert (provides information on hydrological alerts for a given river and area)
|
|
|
|
## Removing the integration
|
|
|
|
This integration follows standard integration removal, no extra steps are required.
|
|
|
|
{% include integrations/remove_device_service.md %}
|