From 6b51f396be32f168e41e07a2518ad10bc5fba743 Mon Sep 17 00:00:00 2001 From: chris-thorn Date: Fri, 30 Dec 2016 19:42:33 +0000 Subject: [PATCH] Changed "sensor.sab_..." to "sensor.sabnzbd_..." (#1679) --- source/_components/sensor.sabnzbd.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_components/sensor.sabnzbd.markdown b/source/_components/sensor.sabnzbd.markdown index f769a862920..8b2a7fe0c8c 100644 --- a/source/_components/sensor.sabnzbd.markdown +++ b/source/_components/sensor.sabnzbd.markdown @@ -48,15 +48,15 @@ Configuration variables: - **disk_size**: Disk size of the storage location - **disk_free**: Free disk space at the storage location -Note that this will create sensors under the name 'sab' and NOT 'sabnzbd' as follows: +Note that this will create the following sensors: ``` - - sensor.sab_status - - sensor.sab_speed - - sensor.sab_queue - - sensor.sab_left - - sensor.sab_disk - - sensor.sab_disk_free + - sensor.sabnzbd_status + - sensor.sabnzbd_speed + - sensor.sabnzbd_queue + - sensor.sabnzbd_left + - sensor.sabnzbd_disk + - sensor.sabnzbd_disk_free ``` As always, you can determine the names of sensors by looking at the dev-state page `< >` in the web interface.