From 56f6e5cbf8b41149d83a7ef1a3ebb700d8c10d9d Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:46:05 +0100 Subject: [PATCH] Update pyLoad configuration parameters (#37680) * Update pyLoad configuration parameters * uppcase http * typo --- source/_integrations/pyload.markdown | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/source/_integrations/pyload.markdown b/source/_integrations/pyload.markdown index 451c4be167f..16f022aae31 100644 --- a/source/_integrations/pyload.markdown +++ b/source/_integrations/pyload.markdown @@ -39,8 +39,7 @@ If you haven't set up pyLoad yet, an easy way to get it up and running is by ins - During the setup process in Home Assistant, you will need: - pyLoad account credentials – A valid *username* and *password* to authenticate with pyLoad. - - The {% term host %} of the device running pyLoad. - - The port number that pyLoad is listening on (default is usually `8000`). + - The full URL of your pyLoad web interface, including the protocol (HTTP or HTTPS), hostname or IP address, port (pyLoad uses 8000 by default), and any path prefix if applicable. {% note %} @@ -53,12 +52,8 @@ The account used for integration must either be an admin account or one with at ### Configuration parameters {% configuration_basic %} -Host: - description: "The hostname or IP address of the device running your pyLoad instance." -Port: - description: "The port of the pyLoad instance. pyLoad uses port 8000 by default." -Uses an SSL Certificate: - description: "If enabled, the connection to the pyLoad instance will use HTTPS." +URL: + description: "The full URL of the pyLoad web interface, including the protocol (HTTP or HTTPS), hostname or IP address, port, and any path prefix if applicable. Example: `https://example.com:8000/path`" Verify SSL certificate: description: "If checked, the SSL certificate will be validated to ensure a secure connection." Username: