From 7e05f3f845888e7f8c564dec842a547778da9c1f Mon Sep 17 00:00:00 2001 From: Andrey Kupreychik Date: Tue, 31 Jul 2018 16:56:53 +0700 Subject: [PATCH] Changed documentation to comply with https://github.com/home-assistant/home-assistant/pull/15511 (#5933) --- source/_components/device_tracker.keenetic_ndms2.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/device_tracker.keenetic_ndms2.markdown b/source/_components/device_tracker.keenetic_ndms2.markdown index aec5ac8a5229..d2d9fc506be2 100644 --- a/source/_components/device_tracker.keenetic_ndms2.markdown +++ b/source/_components/device_tracker.keenetic_ndms2.markdown @@ -29,7 +29,8 @@ device_tracker: Configuration variables: - **host** (*Required*): The IP address of your router, e.g., 192.168.1.1. -- **username** (*Required*): The username to login into the router (user should have read access to web interface of the router). +- **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). - **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.