From b1ae60a9995c3aaef65adce1c07c89dbca8d613f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sat, 24 Nov 2018 12:22:02 +0100 Subject: [PATCH] remove optional config params --- source/_components/device_tracker.netgear.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/device_tracker.netgear.markdown b/source/_components/device_tracker.netgear.markdown index 78f05695e00..0f27e78ac1b 100644 --- a/source/_components/device_tracker.netgear.markdown +++ b/source/_components/device_tracker.netgear.markdown @@ -21,8 +21,6 @@ To use this device tracker in your installation, add the following to your `conf # Example configuration.yaml entry device_tracker: - platform: netgear - host: YOUR_ROUTER_IP - username: YOUR_ADMIN_USERNAME password: YOUR_ADMIN_PASSWORD ```