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: