Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2025-03-26 09:31:44 +00:00
commit d553cb4f67
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 31 additions and 5 deletions

View File

@ -130,8 +130,9 @@ GEM
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.41.0)
rubocop-ast (1.43.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-lsp (0.23.12)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
@ -158,7 +159,7 @@ GEM
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11954)
sorbet-runtime (0.5.11956)
stringex (2.8.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)

View File

@ -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 %}

View File

@ -21,6 +21,9 @@ ha_platforms:
- sensor
- switch
ha_integration_type: device
related:
- url: https://www.networkupstools.org
title: Network UPS Tools
---
The **Network UPS Tools (NUT)** {% term integration %} allows you to monitor and manage an Uninterruptible Power Supply (UPS) for battery backup, a Power Distribution Unit (PDU), or other similar power device using a [NUT](https://networkupstools.org/) server. It lets you view the status, receive notifications about important events, and execute commands as device actions for one or more such devices.

View File

@ -49,6 +49,13 @@ Integrate [Shelly devices](https://shelly.com) into Home Assistant.
{% include integrations/config_flow.md %}
{% configuration_basic %}
Host:
description: "The Hostname or IP address of your Shelly device. You can find it in your router."
Port:
description: "Custom TCP port of the device. Change this only if the device is connected via Shelly Range Extender."
{% endconfiguration_basic %}
## Shelly device generations
There are four generations of devices and all generations are supported by this integration. There are some differences in how devices should be configured and in the naming of entities and devices between generations.
@ -373,3 +380,9 @@ Please check from the device Web UI that the configured server is reachable.
- Before set up, battery-powered devices must be woken up by pressing the button on the device.
- For battery-powered devices, the `update` platform entities only inform about the availability of firmware updates but are not able to trigger the update process.
- Using the `homeassistant.update_entity` action for an entity belonging to a battery-powered device is not possible because most of the time these devices are sleeping (are offline).
## Removing the integration
This integration follows standard integration removal, no extra steps are required.
{% include integrations/remove_device_service.md %}