Configuration ezfix (#6579)

#6385 related
This commit is contained in:
Amir Hanan 2018-10-07 14:45:32 +03:00 committed by Franck Nijhof
parent 2a7ff828a0
commit 59c1717020

View File

@ -33,11 +33,20 @@ device_tracker:
password: YOUR_ADMIN_PASSWORD
```
Configuration variables:
- **host** (*Required*): The IP address of your router, eg. `192.168.1.1`.
- **username** (*Required*: The username of an user with administrative privileges, usually `admin`.
- **password** (*Required*): The password for your given admin account.
{% configuration %}
host:
description: The IP address of your router, eg. `192.168.1.1`.
required: true
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.