From b94ab0633ba1e41409c229e0ad006ba3ec8f8b8d Mon Sep 17 00:00:00 2001 From: Evan Morse <32440312+RowdyDog12@users.noreply.github.com> Date: Sun, 4 Oct 2020 19:25:11 -0500 Subject: [PATCH] Fix Link (#14891) The link was broken for this page so just a simple fix. There were a few API documentation on the Pilight website, but after reading the Home Assistant documentation, I was under the impression that the Socket API link was the proper fit. However, I could be mistaken, so any feedback would be appreciated. --- source/_integrations/pilight.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/pilight.markdown b/source/_integrations/pilight.markdown index 6218a4b0a1f..949348f9d44 100644 --- a/source/_integrations/pilight.markdown +++ b/source/_integrations/pilight.markdown @@ -42,7 +42,7 @@ host: default: 127.0.0.1 type: string port: - description: "The network port to connect to, see also: (https://manual.pilight.org/development/api.html)." + description: "The network port to connect to, see also: (https://manual.pilight.org/development/socket/index.html)." required: false default: 5001 type: integer