Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.23 KB

air_quality.xiaomi_miio.markdown

File metadata and controls

48 lines (40 loc) · 1.23 KB
title description logo ha_category ha_iot_class ha_release
Xiaomi Air Quality Monitor
Instructions how to integrate your Xiaomi Mi Air Quality Monitor within Home Assistant.
xiaomi.png
Health
Local Polling
0.102

The xiaomi_miio sensor platform is observing your Xiaomi Mi Air Quality Monitor and reporting the air quality values.

Currently, the supported features are:

  • Particulate matter 2.5
  • Attributes
    • carbon_dioxide_equivalent
    • total_volatile_organic_compounds

Please follow the instructions on Retrieving the Access Token to get the API token.

Configuration

To add a Xiaomi Mi Air Quality Monitor to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
air_quality:
  - platform: xiaomi_miio
    host: IP_ADDRESS
    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 name: description: The name of your miio device. required: false type: string default: Xiaomi Miio Air Quality Monitor {% endconfiguration %}