From d231407f66d5f2b2e5017266567f6eba6d822aee Mon Sep 17 00:00:00 2001 From: Egor Tsinko Date: Wed, 4 Oct 2017 16:06:56 -0600 Subject: [PATCH] switched username and host to Optional as per schema (#3515) --- source/_components/device_tracker.netgear.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/device_tracker.netgear.markdown b/source/_components/device_tracker.netgear.markdown index eda955e0342..70dbbce1025 100644 --- a/source/_components/device_tracker.netgear.markdown +++ b/source/_components/device_tracker.netgear.markdown @@ -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)