mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
1022 B
1022 B
title, description, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain, ha_config_flow
| title | description | ha_category | ha_iot_class | ha_release | ha_codeowners | ha_domain | ha_config_flow | |||
|---|---|---|---|---|---|---|---|---|---|---|
| Xiaomi Miio | Instructions how to integrate your Xiaomi Mi WiFi Repeater 2 within Home Assistant. |
|
Local Polling | 0.67 |
|
xiaomi_miio | true |
The xiaomi_miio device tracker platform is observing your Xiaomi Mi WiFi Repeater 2 and reporting all associated WiFi clients.
Please follow the instructions on Retrieving the Access Token to get the API token.
To add a Xiaomi Mi WiFi Repeater device tracker to your installation, add the following to your configuration.yaml file:
device_tracker:
- platform: xiaomi_miio
host: 192.168.130.73
token: YOUR_TOKEN
{% configuration %} host: description: The IP address of your miio device. required: true type: string token: description: The API token of your miio device. required: true type: string {% endconfiguration %}