Skip to content

Commit c066d20

Browse files
Hellowlolfabaff
authored andcommitted
Add note about discovery for sabnzbd. (home-assistant#3070)
* Add note about discovery for sabnzbd. * Add image, and note about minimal setup. * update image. * Remove heading * Fix typo
1 parent 08524f9 commit c066d20

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

source/_components/sensor.sabnzbd.markdown

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ ha_iot_class: "Local Polling"
1616

1717
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.
1818

19-
To use SABnzbd with your installation, add the following to your `configuration.yaml` file:
19+
If SABnzbd is discovered on your network you can enter your API Key in the Configurator Press "CONFIGURE" to do it.
20+
21+
<p class='img'>
22+
<img src='{{site_root}}/images/screenshots/sabnzbd-configure.png' />
23+
</p>
24+
25+
This will enable a minimal setup where `sensor.sabnzbd_status` is enabled.
26+
27+
28+
For more advanced usage, add the following to your `configuration.yaml` file:
2029

2130
```yaml
2231
# Example configuration.yaml entry
@@ -41,8 +50,8 @@ Configuration variables:
4150
- **name** (*Optional*): The name to use when displaying this SABnzbd instance.
4251
- **ssl** (*Optional*): Use `https` instead of `http` to connect. Defaults to False.
4352
- **monitored_variables** array (*Required*): List of the monitored variables.
44-
- **current_status**: current status of the SABnzbd instance
45-
- **speed**: Current speed
53+
- **current_status**: Current status of the SABnzbd instance
54+
- **speed**: Current speed.
4655
- **queue_size**: Size of the queue
4756
- **queue_remaining**: Remaining elements in the queue
4857
- **disk_size**: Disk size of the storage location
20.3 KB
Loading

0 commit comments

Comments
 (0)