From e0be23ea95719e5c9eca1b970d70376ef90bb13c Mon Sep 17 00:00:00 2001 From: Skyborg Date: Mon, 10 Oct 2022 12:35:06 +0100 Subject: [PATCH] Fixed torque webserver url (#24472) --- source/_integrations/torque.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/torque.markdown b/source/_integrations/torque.markdown index 40abafe44b2..59362f055d9 100644 --- a/source/_integrations/torque.markdown +++ b/source/_integrations/torque.markdown @@ -29,7 +29,7 @@ Under the **Logging Preferences** header: Under the **Realtime Web Upload** header: - Check **Upload to web-server**. -- Enter `https://HOST:PORT/api/torque` as the **Web-server URL**, where `HOST` and `PORT` are your externally accessible Home Assistant HTTP host. To use a Bearer Token, this has to be [SSL/TSL](/docs/ecosystem/certificates/). +- Enter `https://HOST/api/torque` or `https://@/HOST:PORT/api/torque` as the **Web-server URL**, where `HOST` and `PORT` are your externally accessible Home Assistant HTTP host. To use a Bearer Token, this has to be [SSL/TSL](/docs/ecosystem/certificates/). - Enable **Send https: Bearer Token** (available since Torque Pro 1.12.46) - Paste a Long-Lived Access Token from any Home Assistant user in **Set Bearer Token** field. - Enter an email address in **User Email Address** (this can be any non empty string you like).