mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
||||
default: localhost
|
||||
type: string
|
||||
path:
|
||||
description: Path to your SABnzbd instance corresponding to its `url_base` setting, e.g., `/sabnzbd`.
|
||||
required: false
|
||||
type: string
|
||||
name:
|
||||
description: The name of your SABnzbd instance (this will be the prefix for all created sensors).
|
||||
required: false
|
||||
@ -81,6 +85,7 @@ Available sensors are:
|
||||
sabnzbd:
|
||||
api_key: YOUR_SABNZBD_API_KEY
|
||||
host: 192.168.1.32
|
||||
path: /sabnzbd
|
||||
name: sab
|
||||
port: 9090
|
||||
ssl: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user