Skip to content

A Home Assistant custom card for visualizing air quality data with the Google AQI integration

Notifications You must be signed in to change notification settings

bairnhard/lovelace-aqi-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Google AQI Card for Home Assistant

A custom card to display Air Quality Index (AQI) and pollutant levels in Home Assistant, with forecast visualization.

Features

  • Displays real-time AQI data and pollutant levels.
  • Forecast chart with dominant pollutants.
  • Color-coded AQI categories.

Installation

  1. Download the aqi-dashboard.js file or clone this repository.
  2. Place the file in your Home Assistant's www directory.
  3. Add the following resource to your Home Assistant configuration:
    lovelace:
      resources:
        - url: /local/aqi-dashboard.js
          type: module
  4. Restart Home Assistant or refresh your browser cache.

Usage

Add the following YAML to your dashboard:

    type: custom:aqi-dashboard
    entity: sensor.google_aqi_sensor

    

About

A Home Assistant custom card for visualizing air quality data with the Google AQI integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published