diff --git a/source/_components/sensor.torque.markdown b/source/_components/sensor.torque.markdown index 693b704122f..914e46e66bd 100644 --- a/source/_components/sensor.torque.markdown +++ b/source/_components/sensor.torque.markdown @@ -13,7 +13,7 @@ ha_release: "0.10" ha_iot_class: "Cloud Polling" --- -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. +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. ## {% linkable_title Configuration %} 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: Under the **Realtime Web Upload** header: - Check **Upload to webserver**. -- 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. +- 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/). - Enter an email address in **User Email Address**. - Optionally set the **Web Logging Interval**. The 2-second default may quickly fill up the Home Assistant history database.