Add path option to SABnzbd component docs (#10124)

This commit is contained in:
Chris Thornton 2019-08-20 10:06:57 +00:00 committed by Martin Hjelmare
parent 41cf9b8a52
commit e512602c2a

View File

@ -39,6 +39,10 @@ host:
required: false required: false
default: localhost default: localhost
type: string type: string
path:
description: Path to your SABnzbd instance corresponding to its `url_base` setting, e.g., `/sabnzbd`.
required: false
type: string
name: name:
description: The name of your SABnzbd instance (this will be the prefix for all created sensors). description: The name of your SABnzbd instance (this will be the prefix for all created sensors).
required: false required: false
@ -81,6 +85,7 @@ Available sensors are:
sabnzbd: sabnzbd:
api_key: YOUR_SABNZBD_API_KEY api_key: YOUR_SABNZBD_API_KEY
host: 192.168.1.32 host: 192.168.1.32
path: /sabnzbd
name: sab name: sab
port: 9090 port: 9090
ssl: true ssl: true