mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add path option to SABnzbd component docs (#10124)
This commit is contained in:
parent
41cf9b8a52
commit
e512602c2a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user