mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Removed unnecessary parameters
This commit is contained in:
parent
9b8c289ff3
commit
bd09d2771b
@ -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…
x
Reference in New Issue
Block a user