mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update torque.markdown (#21543)
This commit is contained in:
parent
c33f4d281d
commit
48cbb3758c
@ -28,8 +28,10 @@ Under the **Logging Preferences** header:
|
||||
Under the **Realtime Web Upload** header:
|
||||
|
||||
- Check **Upload to web-server**.
|
||||
- Enter `http://HOST:PORT/api/torque?api_password=YOUR_PASSWORD` as the **Web-server URL**, where `HOST` and `PORT` are your externally accessible Home Assistant HTTP host and port and YOUR_PASSWORD is your Home Assistant's [API password](/integrations/http/). It highly recommended that you protect your Home Assistant instance with [SSL/TSL](/docs/ecosystem/certificates/).
|
||||
- Enter an email address in **User Email Address**.
|
||||
- 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/).
|
||||
- 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).
|
||||
- Optionally set the **Web Logging Interval**. The 2-second default may quickly fill up the Home Assistant history database.
|
||||
|
||||
### Configuration
|
||||
@ -50,7 +52,7 @@ name:
|
||||
default: vehicle
|
||||
type: string
|
||||
email:
|
||||
description: Email address configured in Torque application.
|
||||
description: Value from the Email address field configured in Torque application. Doesn't have to be in email syntax.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user