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.
This commit is contained in:
Evan Morse 2020-10-04 19:25:11 -05:00 committed by GitHub
parent 3f93939298
commit b94ab0633b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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