File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ device_tracker:
24
24
host : YOUR_ROUTER_IP
25
25
username : YOUR_ADMIN_USERNAME
26
26
password : YOUR_ADMIN_PASSWORD
27
+ port : 5000
27
28
` ` `
28
29
29
30
Configuration variables:
30
31
31
32
- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1.
32
33
- **username** (*Required*: The username of an user with administrative privileges, usually *admin*.
33
34
- **password** (*Required*): The password for your given admin account.
35
+ - **port** (*Optional*): The port number where the router exposes its API. Default is 5000, but 80 is also known to be used on some models.
34
36
35
37
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
You can’t perform that action at this time.
0 commit comments