Add ssl option (#888)

This commit is contained in:
Fabian Affolter 2016-09-04 11:41:03 +02:00 committed by GitHub
parent fa4c97cbb5
commit 333766a037

View File

@ -26,6 +26,7 @@ sensor:
api_key: YOUR_API_KEY api_key: YOUR_API_KEY
host: YOUR_SABNZBD_HOST host: YOUR_SABNZBD_HOST
port: 8080 port: 8080
ssl: True
monitored_variables: monitored_variables:
- 'current_status' - 'current_status'
- 'speed' - 'speed'
@ -41,6 +42,7 @@ Configuration variables:
- **port** (*Optional*): The port to use whith SABnzbd instance. Defaults to `8080`. - **port** (*Optional*): The port to use whith SABnzbd instance. Defaults to `8080`.
- **api_key** (*Required*): Name that will be used in the frontend for the pin. - **api_key** (*Required*): Name that will be used in the frontend for the pin.
- **name** (*Optional*): The name to use when displaying this SABnzbd instance. - **name** (*Optional*): The name to use when displaying this SABnzbd instance.
- **ssl** (*Optional*): Use `https` instead of `http` to connect. Defaults to False.
- **monitored_variables** array (*Required*): List of the monitored variables. - **monitored_variables** array (*Required*): List of the monitored variables.
- **current_status**: current status of the SABnzbd instance - **current_status**: current status of the SABnzbd instance
- **speed**: Current speed - **speed**: Current speed