mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add ssl option (#888)
This commit is contained in:
parent
fa4c97cbb5
commit
333766a037
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user