home-assistant.io/source/_integrations/google_air_quality.markdown
Thomas55555 98627cb6f6
Add Google Air Quality integration (#39107)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-12-03 13:36:20 +00:00

3.5 KiB
Raw Permalink Blame History

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_platforms, ha_integration_type, ha_domain, ha_quality_scale
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_platforms ha_integration_type ha_domain ha_quality_scale
Google Air Quality Instructions on how to integrate Google Air Quality into Home Assistant.
Sensor
2025.12 Cloud Poll true
@Thomas55555
sensor
integration google_air_quality bronze

The Google Air Quality {% term integration %} provides Air quality data through the Google Air Quality API.

Prerequisites

You need an API key. Follow the instructions in the Google developer documentation for creating an API key. Additionally, you have to create a Billing Account. At the time of writing this documentation, Google allows 10,000 API calls per month for free.

{% important %} This integration polls every 60 minutes. Here is an overview about how many API calls are performed per month in dependence of the amount of coordinates:

Coordinates API calls per month
1 800
2 1,600
3 2,400
4 3,200
5 4,000
10 8,000
12 9,600

Consider each restart of Home Assistant is an additional API call, per coordinate/entry.

You can set up a budget for your billing account. This does not limit your costs, but you can get an alert when you reach the budget. You may want to setup disable billing with notifications. This can still produce costs between incurring costs and receiving budget notifications.

Make sure to monitor the cost. If you make too many requests, you will be charged for it. The integration cannot monitor it for you. {% endimportant %}

{% include integrations/config_flow.md %}

Supported functionality

Sensor

The integration will create the following sensors: For your local air quality you can find more details here

  • Universal Air Quality Index (UAQI)
    The global air quality index provided by Google. Ranges from 0 (worst) to 100 (best).

  • UAQI Category
    Descriptive category for UAQI. Possible values include: Excellent air quality, Good air quality, Moderate air quality, Low air quality, Poor air quality.

  • UAQI Dominant Pollutant
    The pollutant that most significantly influences the UAQI value. Possible values include: PM2.5, PM10, Ozone (O₃), Nitrogen Dioxide (NO₂), Sulphur Dioxide (SO₂), Carbon Monoxide (CO)

  • Local Air Quality Index
    A regionally calibrated AQI value, where available.

  • Local Category
    Descriptive category for the local AQI. The values can differ from the ones set as UAQI Category.

  • Local Dominant Pollutant
    The pollutant that most significantly influences the local AQI. The values can differ from the ones set as UAQI Dominant Pollutant.

  • PM2.5
    Particulate matter smaller than 2.5µm in diameter.

  • PM10
    Particulate matter smaller than 10µm in diameter.

  • Ozone (O₃)
    Ground-level ozone concentration.

  • Nitrogen Dioxide (NO₂)
    Nitrogen dioxide concentration.

  • Sulphur Dioxide (SO₂)
    Sulphur dioxide concentration.

  • Carbon Monoxide (CO)
    Carbon monoxide concentration.

Removing the integration

{% include integrations/remove_device_service.md %}