From d15e9767dc9414cb37cc2fea453583dccedf4e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Wed, 3 Jun 2026 17:13:05 +0000 Subject: [PATCH 1/2] Aqvify docs page --- source/_integrations/aqvify.markdown | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 source/_integrations/aqvify.markdown diff --git a/source/_integrations/aqvify.markdown b/source/_integrations/aqvify.markdown new file mode 100644 index 000000000000..7e0abb7a1fbe --- /dev/null +++ b/source/_integrations/aqvify.markdown @@ -0,0 +1,39 @@ +--- +title: Aqvify +description: Instructions on how to setup Aqvify devices within Home Assistant. +ha_category: + - Sensor +ha_release: 2026.7 +ha_iot_class: Cloud Polling +ha_domain: aqvify +ha_codeowners: + - '@astrandb' +ha_platforms: + - sensor +ha_config_flow: true +ha_dhcp: false +ha_integration_type: hub +related: + - url: https://www.aqvify.com/ + title: Aqvify web + - url: https://app.aqvify.com/ + title: Aqvify user account +ha_quality_scale: bronze +--- +The **Aqvify** {% term integration %} allows users to integrate their [Aqvify](https://www.aqvify.com) water well and tank sensors using the [official public API](https://public.aqvify.com/swagger/index.html). + +## Use case + +- Monitor the water level in a water well and trigger automations based on these sensor values. + +## Supported sensors + +There is currently support for the sensor measuring well water level. + +{% include integrations/config_flow.md %} + +## Removing the integration + +This integration follows standard integration removal. + +{% include integrations/remove_device_service.md %} From 95671af10fd425ee4915e28372cd1362988804b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Thu, 4 Jun 2026 14:06:38 +0000 Subject: [PATCH 2/2] Tweak text according to Copilot --- source/_integrations/aqvify.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/aqvify.markdown b/source/_integrations/aqvify.markdown index 7e0abb7a1fbe..ca2b4d9170c1 100644 --- a/source/_integrations/aqvify.markdown +++ b/source/_integrations/aqvify.markdown @@ -1,6 +1,6 @@ --- title: Aqvify -description: Instructions on how to setup Aqvify devices within Home Assistant. +description: Instructions on how to set up Aqvify devices within Home Assistant. ha_category: - Sensor ha_release: 2026.7 @@ -28,7 +28,7 @@ The **Aqvify** {% term integration %} allows users to integrate their [Aqvify](h ## Supported sensors -There is currently support for the sensor measuring well water level. +There is currently support for sensors measuring well water level from different perspectives. Please refer to documentation from Aqvify for the exact interpretation of the values. {% include integrations/config_flow.md %}