From ad3a4c318f25d95244452b104065381d657f6dd8 Mon Sep 17 00:00:00 2001 From: Anders Gjendem Date: Sun, 1 May 2016 00:00:29 +0200 Subject: [PATCH] Update device_tracker.netgear.markdown with documentation of optional port number setting. (#433) --- source/_components/device_tracker.netgear.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.netgear.markdown b/source/_components/device_tracker.netgear.markdown index d03a373b0fa..4466885b505 100644 --- a/source/_components/device_tracker.netgear.markdown +++ b/source/_components/device_tracker.netgear.markdown @@ -32,6 +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) +- **port** (*Optional*): The port your router communicates with (defaults to 5000, but 80 is also known to be used on some models) See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.