Merge pull request #5914 from home-assistant/revert-5813

Revert "Changed documentation to comply with https://github.com/home-…
This commit is contained in:
DubhAd 2018-07-29 10:51:10 +01:00 committed by GitHub
commit df01de7233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,7 @@ device_tracker:
Configuration variables:
- **host** (*Required*): The IP address of your router, e.g., 192.168.1.1.
- **port** (*Optional*): The Telnet port of your router. Default is 23.
- **username** (*Required*): The username to login into the router (user should have read access to telnet interface of the router).
- **username** (*Required*): The username to login into the router (user should have read access to web interface of the router).
- **password** (*Required*): The password for the specified username.
- **interface** (*Optional*): Ihe internal name of the interface to get devices connected to. Default is 'Home'. For expert users only.