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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ha_release: 0.14
13
13
---
14
14
15
15
16
-
This platform allows you to detect presence by looking at connected devices to a [Ubiquiti](http://ubnt.com/)[Unifi](https://www.ubnt.com/enterprise/#unifi) controller.
16
+
This platform allows you to detect presence by looking at devices connected to a [Ubiquiti](http://ubnt.com/)[Unifi](https://www.ubnt.com/enterprise/#unifi) controller.
17
17
18
18
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
19
19
@@ -32,8 +32,8 @@ Configuration variables:
32
32
33
33
- **host** (*Optional*): The hostname or IP address of your controller. Defaults to localhost.
34
34
- **port** (*Optional*): The port of your controller's web interface. Defaults to 8443.
35
-
- **username** (*Required*: The username of an user with administrative privileges, usually *admin*.
36
-
- **password** (*Required*): The password for your given admin account.
35
+
- **username** (*Required*): The username of an user with administrative privileges, usually *admin*.
36
+
- **password** (*Required*): The password for your admin account.
37
37
- **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)
38
38
39
39
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
0 commit comments