remove optional config params

This commit is contained in:
Daniel Høyer Iversen 2018-11-24 12:22:02 +01:00 committed by GitHub
parent 891c0dd314
commit b1ae60a999
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
device_tracker:
- platform: netgear
host: YOUR_ROUTER_IP
username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD
```