Skip to content

Commit c73ad08

Browse files
authored
Add details about SSL/TLS (fixes home-assistant#2927) (home-assistant#2930)
1 parent 2743c18 commit c73ad08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.torque.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_release: "0.10"
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

16-
The `torque` platform will allow you to monitor [Torque](http://torque-bhp.com/) data relayed from a bluetooth OBD2 stick via the Torque mobile application.
16+
The `torque` platform will allow you to monitor [Torque](http://torque-bhp.com/) data relayed from a Bluetooth OBD2 stick via the Torque mobile application.
1717

1818
## {% linkable_title Configuration %}
1919
To use Torque sensors with your installation, you must configure both the Torque mobile application and Home Assistant.
@@ -30,7 +30,7 @@ Under the **Logging Preferences** header:
3030
Under the **Realtime Web Upload** header:
3131

3232
- Check **Upload to webserver**.
33-
- Enter `http://HOST:PORT/api/torque?api_password=YOUR_PASSWORD` as the **Webserver URL**, where `HOST` and `PORT` are your externally-accessible Home Assistant HTTP host and port and YOUR_PASSWORD is your password.
33+
- Enter `http://HOST:PORT/api/torque?api_password=YOUR_PASSWORD` as the **Webserver 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](/components/http/). It highly recommended that you protect your Home Assistant instance with [SSL/TSL](/docs/ecosystem/certificates/).
3434
- Enter an email address in **User Email Address**.
3535
- Optionally set the **Web Logging Interval**. The 2-second default may quickly fill up the Home Assistant history database.
3636

0 commit comments

Comments
 (0)