From 3d206b0aea8397bcfd600ce84cdfeb43635318d7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Jun 2015 09:54:59 +0200 Subject: [PATCH] add details about the contributor --- source/components/sensor.sabnzbd.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/components/sensor.sabnzbd.markdown b/source/components/sensor.sabnzbd.markdown index fb8fe07e932..ee5a985002a 100644 --- a/source/components/sensor.sabnzbd.markdown +++ b/source/components/sensor.sabnzbd.markdown @@ -10,7 +10,9 @@ footer: true --- -James Cole has contributed support to integrate [SABnzbd](http://sabnzbd.org). This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information. +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: ```yaml # Example configuration.yaml entry @@ -29,3 +31,4 @@ sensor: - type: 'disk_free' ``` +[James Cole](https://github.com/jamespcole) has contributed the sabnzbd platform.