Skip to content

Commit 91e7d9e

Browse files
authored
removed double negative
Reworded the detection_time explanation to make it easier to parse and understand.
1 parent c9868ab commit 91e7d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/device_tracker.unifi.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Configuration variables:
3333
- **password** (*Required*): The password for your given admin account.
3434
- **site_id** (*Optional*): Allows you to specify a `site_id` for device tracking. Defaults to `default`. Found in the URL of the controller (i.e. https://CONTROLLER:PORT/manage/site/SITE_ID/dashboard).
3535
- **verify_ssl** (*Optional*): Controls if the SSL certificate running on your Unifi webserver must be trusted by a known Certificate Authority on the server running Home Assistant. Defaults to 'True' but can also be a value that points to your custom cert "path/to/custom_cert.pem".
36-
- **detection_time** (*Optional*): The Unifi component will not return a device that has not been seen by the controller in the last 180 seconds. You can adjust this threshold with this variable and accepts seconds or `00:00:00` time formats.
36+
- **detection_time** (*Optional*): The Unifi component will only return devices that have been seen by the controller in the last 180 seconds. You can adjust this threshold with this variable and accepts seconds or `00:00:00` time formats.
3737

3838
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
3939

0 commit comments

Comments
 (0)