Update device_tracker.unifi.markdown (#3353)

* Update device_tracker.unifi.markdown

For 
https://github.com/home-assistant/home-assistant/pull/8998

* Update device_tracker.unifi.markdown

* Update device_tracker.unifi.markdown

* Update device_tracker.unifi.markdown

* Removed API configuration parameter from the documentation

* Some minor spelling & grammar fixes
This commit is contained in:
rbflurry 2017-10-18 16:34:46 -04:00 committed by Franck Nijhof
parent 2964e9ae54
commit 1f54839f0c

View File

@ -33,5 +33,6 @@ Configuration variables:
- **password** (*Required*): The password for your given admin account.
- **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).
- **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".
- **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.
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.