From 104660d9d04158e30cd82b60b42f462915dee39d Mon Sep 17 00:00:00 2001 From: Lorenzo Gasparini <112936414+Lorenzo-Gasparini@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:26:14 +0100 Subject: [PATCH] Fing integration (#34814) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/fing.markdown | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 source/_integrations/fing.markdown diff --git a/source/_integrations/fing.markdown b/source/_integrations/fing.markdown new file mode 100644 index 00000000000..3166ddcfba7 --- /dev/null +++ b/source/_integrations/fing.markdown @@ -0,0 +1,41 @@ +--- +title: Fing +description: "Instructions on integrating your Fing Agent with Home Assistant" +ha_release: "2025.11" +ha_category: + - Presence detection +ha_platforms: + - device_tracker +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@Lorenzo-Gasparini' +ha_domain: fing +ha_integration_type: integration +--- + +The **Fing** {% term integration %} allows Home Assistant to retrieve detailed information about the devices on your local network. [Fing](https://www.fing.com/) helps home users and IT professionals monitor, protect, and understand their networks with intuitive tools that make connectivity management simple and effective. +By connecting through the [Local API](https://www.fing.com/developers/local-api/), Fing automatically builds and synchronizes an inventory of devices to detect online presence and trigger automations. + +## Prerequisites + +- Ensure that the [Local API](https://www.fing.com/developers/local-api/) is enabled on your Fing Agent ([Fing Agent](https://www.fing.com/agent/), Fingbox, or [Fing Desktop](https://www.fing.com/desktop/)). +- You will need your Fing Agent’s IP address, port, and API key to complete the setup. + +{% include integrations/config_flow.md %} + +## Troubleshooting + +If you experience issues with the **Fing integration**, try the following: + +- Confirm that the Fing Agent is running and reachable on your network. +- Verify that the configured IP address and port in Home Assistant match your Fing Agent’s actual settings. +- Make sure your Local API version is **1.1.0** or newer. + +## Removing the integration + +You can remove this integration following the standard Home Assistant procedure. + +{% include integrations/remove_device_service.md %} + +Once the integration is deleted, you may also disable the Fing Local API on your network if you no longer plan to use it.