Add details about SSL/TLS (fixes #2927) (#2930)

This commit is contained in:
Fabian Affolter 2017-07-04 11:36:43 +02:00 committed by GitHub
parent 2743c18f9a
commit c73ad08654

View File

@ -13,7 +13,7 @@ ha_release: "0.10"
ha_iot_class: "Cloud Polling" 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 %} ## {% linkable_title Configuration %}
To use Torque sensors with your installation, you must configure both the Torque mobile application and Home Assistant. 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: Under the **Realtime Web Upload** header:
- Check **Upload to webserver**. - 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**. - 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. - Optionally set the **Web Logging Interval**. The 2-second default may quickly fill up the Home Assistant history database.