From 92457578a55da1de3c288835e5376c50c1027ff8 Mon Sep 17 00:00:00 2001 From: Vinilox Date: Tue, 14 Mar 2017 11:16:46 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20configuration=20variable=20name=20in=20so?= =?UTF-8?q?narr=20sensor=20:=20included=5Fpaths=20=E2=86=92=20include=5Fpa?= =?UTF-8?q?ths=20(#2247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix configuration variable name in sonarr sensor : included_paths → include_paths * Fix variable name in example too. --- source/_components/sensor.sonarr.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.sonarr.markdown b/source/_components/sensor.sonarr.markdown index 2c4b37abc29..5f627a1fbb0 100644 --- a/source/_components/sensor.sonarr.markdown +++ b/source/_components/sensor.sonarr.markdown @@ -40,7 +40,7 @@ Configuration variables: - **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. +- **include_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). - **ssl**: boolean (*Optional*): Whether or not to use SSL for Sonarr. @@ -102,7 +102,7 @@ sensor: host: 192.168.1.8 monitored_conditions: - diskspace - included_paths: + include_paths: - /tank/plex ```