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:
Hellowlol 2017-08-04 23:26:52 +02:00 committed by Fabian Affolter
parent 08524f9a41
commit c066d203de
2 changed files with 12 additions and 3 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB