Removed unnecessary parameters
This commit is contained in:
parent
9b8c289ff3
commit
bd09d2771b
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ To use an Internet-Box router in your installation, add the following to your `c
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
platform: swisscom
|
platform: swisscom
|
||||||
host: "192.168.1.1"
|
host: "192.168.1.1" # only required if not 192.168.1.1
|
||||||
username: admin
|
|
||||||
password:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue