mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add Xiaomi router device tracker documentation (#1751)
This commit is contained in:
parent
442c8cb1fc
commit
85f0b5e1f7
35
source/_components/device_tracker.xiaomi.markdown
Normal file
35
source/_components/device_tracker.xiaomi.markdown
Normal file
@ -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.
|
||||
|
BIN
source/images/supported_brands/xiaomi.png
Normal file
BIN
source/images/supported_brands/xiaomi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
x
Reference in New Issue
Block a user