home-assistant.io/source/_components/device_tracker.xiaomi_miio.markdown
Jorim Tielemans 17cdc26fb8 Fix variable ha_release etc. (#5866)
* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release
2018-07-24 22:13:59 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Xiaomi Mi WiFi Repeater 2 Instructions how to integrate your Xiaomi Mi WiFi Repeater 2 within Home Assistant. 2018-04-01 21:06 true false true true xiaomi.png Presence Detection Local Polling 0.67

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 Air Quality Monitor 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 %}