From 5702c9e97d9e8022653abe6ad9874a8cf809a24e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 Dec 2024 07:44:31 +0000 Subject: [PATCH] Remove links to no longer existing apcupsd documentation --- source/_integrations/apcupsd.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/apcupsd.markdown b/source/_integrations/apcupsd.markdown index 090ae342cbd3..862dec901ffe 100644 --- a/source/_integrations/apcupsd.markdown +++ b/source/_integrations/apcupsd.markdown @@ -18,7 +18,7 @@ ha_platforms: ha_integration_type: integration --- -[apcupsd](http://www.apcupsd.org/) status information can be integrated into Home Assistant when the Network Information Server (NIS) [is configured](http://www.apcupsd.org/manual/manual.html#nis-server-client-configuration-using-the-net-driver) on the APC device. +[apcupsd](http://www.apcupsd.org/) status information can be integrated into Home Assistant when the Network Information Server (NIS) is configured on the APC device. There is currently support for the following device types within Home Assistant: @@ -35,7 +35,7 @@ After installation, follow the instructions on the GitHub page to configure the {% note %} -If you get `ConnectionRefusedError: Connection refused` errors in the Home Assistant logs, ensure the [apcupsd](http://www.apcupsd.org/) configuration directives used by its Network Information Server is set to permit connections from all addresses [NISIP 0.0.0.0](http://www.apcupsd.org/manual/manual.html#configuration-directives-used-by-the-network-information-server), else non-local addresses will not connect. +If you get `ConnectionRefusedError: Connection refused` errors in the Home Assistant logs, ensure the [apcupsd](http://www.apcupsd.org/) configuration directives used by its Network Information Server is set to permit connections from all addresses NISIP 0.0.0.0, else non-local addresses will not connect. {% endnote %}