From 2c9408cbb2aecd8286666653f86fd69f75345bea Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Fri, 2 Aug 2019 14:04:11 +0200 Subject: [PATCH] UniFi - description for dont_track_clients and dont_track_devices (#10034) * Add description for new parameters dont_track_clients and dont_track_devices * Fix Franks comment --- source/_components/unifi.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/_components/unifi.markdown b/source/_components/unifi.markdown index ec1c1a12d01..f507d756ded 100644 --- a/source/_components/unifi.markdown +++ b/source/_components/unifi.markdown @@ -39,7 +39,7 @@ unifi: site: My site ssid_filter: - 'HomeSSID' - 'IoTSSID' + - 'IoTSSID' ``` {% configuration %} @@ -63,6 +63,16 @@ detection_time: type: integer required: false default: 300 +dont_track_clients: + description: enable to not allow device tracker to track clients. + type: boolean + required: false + default: false +dont_track_devices: + description: enable to not allow device tracker to track devices. + type: boolean + required: false + default: false ssid_filter: description: Filter the SSIDs that tracking will occur on. type: list