mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add config flow to nzbget (#14275)
This commit is contained in:
parent
b6408cdf1c
commit
b24780a4e0
@ -6,6 +6,7 @@ ha_category:
|
|||||||
logo: nzbget.png
|
logo: nzbget.png
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.17
|
ha_release: 0.17
|
||||||
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@chriscla'
|
- '@chriscla'
|
||||||
ha_domain: nzbget
|
ha_domain: nzbget
|
||||||
@ -15,45 +16,7 @@ The `nzbget` platform will allow you to monitor and control your downloads with
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
To enable this component, add the following to your `configuration.yaml`:
|
Go to the integrations page in your configuration and click on new integration -> NZBGet.
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
nzbget:
|
|
||||||
host: YOUR_NZBGET_HOST
|
|
||||||
username: YOUR_NZBGET_USERNAME
|
|
||||||
password: YOUR_NZBGET_PASSWORD
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
host:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
description: IP address where your NZBGet installation is running.
|
|
||||||
port:
|
|
||||||
required: false
|
|
||||||
type: integer
|
|
||||||
description: The port of your NZBGet installation.
|
|
||||||
default: 6789
|
|
||||||
ssl:
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
description: Whether or not to use SSL to access NZBGet.
|
|
||||||
default: false
|
|
||||||
name:
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
description: The prefix to use for your sensor.
|
|
||||||
default: NZBGet
|
|
||||||
username:
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
description: The username to access your NZBGet installation.
|
|
||||||
password:
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
description: The password to access your NZBGet installation.
|
|
||||||
{% endconfiguration %}
|
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user