Update pyLoad configuration parameters (#37680)

* Update pyLoad configuration parameters

* uppcase http

* typo
This commit is contained in:
Manu 2025-03-02 16:46:05 +01:00 committed by GitHub
parent eefe03e3d1
commit 56f6e5cbf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: - During the setup process in Home Assistant, you will need:
- pyLoad account credentials A valid *username* and *password* to authenticate with pyLoad. - pyLoad account credentials A valid *username* and *password* to authenticate with pyLoad.
- The {% term host %} of the device running pyLoad. - 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.
- The port number that pyLoad is listening on (default is usually `8000`).
{% note %} {% note %}
@ -53,12 +52,8 @@ The account used for integration must either be an admin account or one with at
### Configuration parameters ### Configuration parameters
{% configuration_basic %} {% configuration_basic %}
Host: URL:
description: "The hostname or IP address of the device running your pyLoad instance." 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`"
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."
Verify SSL certificate: Verify SSL certificate:
description: "If checked, the SSL certificate will be validated to ensure a secure connection." description: "If checked, the SSL certificate will be validated to ensure a secure connection."
Username: Username: