switched username and host to Optional as per schema (#3515)

This commit is contained in:
Egor Tsinko 2017-10-04 16:06:56 -06:00 committed by Fabian Affolter
parent c9ff2edabe
commit d231407f66

View File

@ -29,10 +29,10 @@ device_tracker:
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`.
- **host** (*Optional*): The IP address of your router, e.g. `192.168.1.1`. If not provided `routerlogin.net` will be used.
- **username** (*Optional*): The username of an user with administrative privileges. If not provided `admin` will be used.
- **port** (*Optional*): The port your router communicates with (defaults to `5000`, but `80` is also known to be used on some models).
- **password** (*Required*): The password for your given admin account.
- **port** (*Optional*): The port your router communicates with (defaults to 5000, but 80 is also known to be used on some models)
List of models that are known to use port 80:
- Nighthawk X4S - AC2600 (R7800)