From b64a929ae3dafe2fc36789c0705857ef53244af6 Mon Sep 17 00:00:00 2001 From: Nick Sabinske Date: Sun, 18 Dec 2016 13:05:17 -0500 Subject: [PATCH] Update Sonarr docs for new optional urlbase option (#1622) --- source/_components/sensor.sonarr.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.sonarr.markdown b/source/_components/sensor.sonarr.markdown index df9069f355f..2c4b37abc29 100644 --- a/source/_components/sensor.sonarr.markdown +++ b/source/_components/sensor.sonarr.markdown @@ -38,6 +38,7 @@ Configuration variables: - **diskspace**: Available disk space. - **host** (*Optional*): The host Sonarr is running on (Default: localhost). - **port** (*Optional*): The port Sonarr is running on (Default: 8989). +- **urlbase** (*Optional*): The base URL Sonarr is running under (Default: /). - **days** (*Optional*): How many days to look ahead for the upcoming sensor, 1 means today only (Default: 1). - **included_paths** (*Optional*): Array of filepaths to include when calculating diskspace. Leave blank to include all. - **unit**: (*Optional*): The unit to display disk space in (Default: GB).