mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +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
|
||||
host: YOUR_SABNZBD_HOST
|
||||
port: 8080
|
||||
ssl: True
|
||||
monitored_variables:
|
||||
- 'current_status'
|
||||
- 'speed'
|
||||
@ -41,6 +42,7 @@ Configuration variables:
|
||||
- **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.
|
||||
- **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.
|
||||
- **current_status**: current status of the SABnzbd instance
|
||||
- **speed**: Current speed
|
||||
|
Loading…
x
Reference in New Issue
Block a user