home-assistant.io/source/_integrations/air_quality.markdown
c0ffeeca7 8cd4ef66de
Air quality: add section on state (#34676)
* Air quality: add section on state

* Update source/_integrations/air_quality.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-11 13:44:40 +02:00

1.4 KiB

title, description, ha_release, ha_domain, ha_quality_scale, ha_category, ha_codeowners, ha_integration_type
title description ha_release ha_domain ha_quality_scale ha_category ha_codeowners ha_integration_type
Air quality Instructions on how to add air quality sensors with Home Assistant 0.85 air_quality internal
@home-assistant/core
entity

The Air quality {% term integration %} allows other integrations to process information about air quality and pollution details. It is used by integrations that provide an air_quality sensor - you can find those under the health integrations.

The platforms cover the following levels (if they are available):

  • The particulate matter 0.1 (<= 0.1 μm) level.
  • The particulate matter 2.5 (<= 2.5 μm) level.
  • The particulate matter 10 (<= 10 μm) level.
  • The Air Quality Index (AQI).
  • The O3 (ozone) level.
  • The CO (carbon monoxide) level.
  • The CO2 (carbon dioxide) level.
  • The SO2 (sulphur dioxide) level.
  • The N2O (nitrogen oxide) level.
  • The NO (nitrogen monoxide) level.
  • The NO2 (nitrogen dioxide) level.

{% include integrations/building_block_integration.md %}

The state of an air quality entity

The state of an air quality entity represents the concentration of particles in the air that are 2.5 microns or fewer in diameter. The state is a number. The number is followed by the unit of measurement (micrograms per cubic meter: "µg/m³"). For example, PM2.5: 4 µg/m³. In this example, the state is 4.