home-assistant.io/source/_components/device_tracker.xiaomi.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1007 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Xiaomi Router Instructions on how to integrate Xiaomi routers into Home Assistant. 2017-01-12 12:04 true false true true xiaomi.png Presence Detection 0.36

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.