You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/device_tracker.unifi.markdown
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Configuration variables:
31
31
- **port** (*Optional*): The port of your controller's web interface. Defaults to `8443`.
32
32
- **username** (*Required*: The username of an user with administrative privileges, usually `admin`.
33
33
- **password** (*Required*): The password for your given admin account.
34
+
- **verify_ssl** (*Optional*): Verify the controllers SSL certificate. Defaults to True however can also be False or "path/to/custom_cert.pem".
34
35
- **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)
35
36
36
37
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
0 commit comments