diff --git a/source/_components/device_tracker.xiaomi.markdown b/source/_components/device_tracker.xiaomi.markdown new file mode 100644 index 00000000000..7e837785427 --- /dev/null +++ b/source/_components/device_tracker.xiaomi.markdown @@ -0,0 +1,35 @@ +--- +layout: page +title: "Xiaomi Router" +description: "Instructions how to integrate Xiaomi routers into Home Assistant." +date: 2017-01-12 12:04 +sidebar: true +comments: false +sharing: true +footer: true +logo: xiaomi.png +ha_category: Presence Detection +--- + + +The `xiaomi` platform offers presence detection by looking at connected devices to a [Xiaomi](http://miwifi.com) router. + +To use an Xiaomi router in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +device_tracker: + - platform: xiaomi + host: YOUR_ROUTER_IP + username: YOUR_ADMIN_USERNAME + 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](/components/device_tracker/) for instructions how to configure the people to be tracked. + diff --git a/source/images/supported_brands/xiaomi.png b/source/images/supported_brands/xiaomi.png new file mode 100644 index 00000000000..fffc268c385 Binary files /dev/null and b/source/images/supported_brands/xiaomi.png differ