mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add note about discovery for sabnzbd. (#3070)
* Add note about discovery for sabnzbd. * Add image, and note about minimal setup. * update image. * Remove heading * Fix typo
This commit is contained in:
parent
08524f9a41
commit
c066d203de
@ -16,7 +16,16 @@ ha_iot_class: "Local Polling"
|
||||
|
||||
The `sabnzbd` platform will allow you to monitor your downloads with [SABnzbd](http://sabnzbd.org) from within Home Assistant and setup automation based on the information.
|
||||
|
||||
To use SABnzbd with your installation, add the following to your `configuration.yaml` file:
|
||||
If SABnzbd is discovered on your network you can enter your API Key in the Configurator Press "CONFIGURE" to do it.
|
||||
|
||||
<p class='img'>
|
||||
<img src='{{site_root}}/images/screenshots/sabnzbd-configure.png' />
|
||||
</p>
|
||||
|
||||
This will enable a minimal setup where `sensor.sabnzbd_status` is enabled.
|
||||
|
||||
|
||||
For more advanced usage, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
@ -41,8 +50,8 @@ Configuration variables:
|
||||
- **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
|
||||
- **current_status**: Current status of the SABnzbd instance
|
||||
- **speed**: Current speed.
|
||||
- **queue_size**: Size of the queue
|
||||
- **queue_remaining**: Remaining elements in the queue
|
||||
- **disk_size**: Disk size of the storage location
|
||||
|
BIN
source/images/screenshots/sabnzbd-configure.png
Normal file
BIN
source/images/screenshots/sabnzbd-configure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
x
Reference in New Issue
Block a user