diff --git a/source/_components/sensor.sabnzbd.markdown b/source/_components/sensor.sabnzbd.markdown
index 8b2a7fe0c8c..ffa7310c2e1 100644
--- a/source/_components/sensor.sabnzbd.markdown
+++ b/source/_components/sensor.sabnzbd.markdown
@@ -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.
+
+
+
+
+
+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
diff --git a/source/images/screenshots/sabnzbd-configure.png b/source/images/screenshots/sabnzbd-configure.png
new file mode 100644
index 00000000000..570b0f18fb1
Binary files /dev/null and b/source/images/screenshots/sabnzbd-configure.png differ