Document port option (#434)

I suspect some of the other options are also optional.
This commit is contained in:
OpenDave15 2016-04-30 03:43:48 -06:00 committed by Fabian Affolter
parent f58190bc05
commit bebf4e6cc7

View File

@ -24,6 +24,7 @@ device_tracker:
host: YOUR_ROUTER_IP
username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD
port: YOUR_ROUTER_PORT
```
Configuration variables:
@ -31,5 +32,6 @@ Configuration variables:
- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1.
- **username** (*Required*: The username of an user with administrative privileges, usually *admin*.
- **password** (*Required*): The password for your given admin account.
- **port** (*Optional*): The port your router communicates with (defaults to 5000)
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.