From 5be15ca574520e9fedefca95d12fed1334f65d6e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Jul 2018 09:20:15 +0200 Subject: [PATCH] Revert "Changed documentation to comply with https://github.com/home-assistant/home-assistant/pull/15511 (#5813)" This reverts commit 3e240c20d61dcb0e59203bd0348a0c4c5e58a27d. --- source/_components/device_tracker.keenetic_ndms2.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/device_tracker.keenetic_ndms2.markdown b/source/_components/device_tracker.keenetic_ndms2.markdown index d2d9fc506be..aec5ac8a522 100644 --- a/source/_components/device_tracker.keenetic_ndms2.markdown +++ b/source/_components/device_tracker.keenetic_ndms2.markdown @@ -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.