mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
parent
2a7ff828a0
commit
59c1717020
@ -33,11 +33,20 @@ device_tracker:
|
|||||||
password: YOUR_ADMIN_PASSWORD
|
password: YOUR_ADMIN_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP address of your router, eg. `192.168.1.1`.
|
description: The IP address of your router, eg. `192.168.1.1`.
|
||||||
- **username** (*Required*: The username of an user with administrative privileges, usually `admin`.
|
required: true
|
||||||
- **password** (*Required*): The password for your given admin account.
|
type: string
|
||||||
|
username:
|
||||||
|
description: The username of an user with administrative privileges, usually `admin`.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: The password for your given admin account.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
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