Xiaomi Router
The xiaomi
platform offers presence detection by looking at connected devices to a Xiaomi router.
To use an Xiaomi router in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: xiaomi
host: YOUR_ROUTER_IP
password: YOUR_ADMIN_PASSWORD
Configuration variables:
- host (Required): The IP address of your router, eg.
192.168.0.1
. - username (Optional: The admin username. By default
admin
. - password (Required): The password for the admin account.
See the device tracker component page for instructions how to configure the people to be tracked.