Merge pull request #7620 from home-assistant/Danielhiversen-patch-1

Netgear. Remove optional config params
This commit is contained in:
Joakim Sørensen 2018-11-24 12:33:11 +01:00 committed by GitHub
commit 5edb2f4df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,6 @@ To use this device tracker in your installation, add the following to your `conf
# Example configuration.yaml entry # Example configuration.yaml entry
device_tracker: device_tracker:
- platform: netgear - platform: netgear
host: YOUR_ROUTER_IP
username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD password: YOUR_ADMIN_PASSWORD
``` ```