Skip to content

Commit f2f5639

Browse files
committed
Update device_tracker.netgear.markdown with documentation of optional port number setting.
1 parent f58190b commit f2f5639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/device_tracker.netgear.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ device_tracker:
2424
host: YOUR_ROUTER_IP
2525
username: YOUR_ADMIN_USERNAME
2626
password: YOUR_ADMIN_PASSWORD
27+
port: 5000
2728
```
2829
2930
Configuration variables:
3031
3132
- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1.
3233
- **username** (*Required*: The username of an user with administrative privileges, usually *admin*.
3334
- **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.
3436
3537
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

0 commit comments

Comments
 (0)