From 3c8323935dff4a682b88a84576f7f6730aad1c3b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 9 May 2024 11:05:52 +0200 Subject: [PATCH] Add airgradient (#32020) --- source/_integrations/airgradient.markdown | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 source/_integrations/airgradient.markdown diff --git a/source/_integrations/airgradient.markdown b/source/_integrations/airgradient.markdown new file mode 100644 index 00000000000..cc5c996298e --- /dev/null +++ b/source/_integrations/airgradient.markdown @@ -0,0 +1,39 @@ +--- +title: Airgradient +description: Instructions on how to setup Airgradient devices in Home Assistant. +ha_category: + - Health + - Sensor +ha_config_flow: true +ha_release: 2024.6 +ha_iot_class: Local Polling +ha_codeowners: + - '@airgradienthq' + - '@joostlek' +ha_domain: airgradient +ha_platforms: + - sensor +ha_integration_type: integration +ha_zeroconf: true +--- + +The Airgradient integration will fetch data from your [Airgradient devices](https://www.airgradient.com/). + +{% include integrations/config_flow.md %} + +## Available sensors + +The integration will fetch data from each device. The following sensors are supported: + +- Carbon dioxide +- Humidity +- Nitrogen index +- PM0.03 count +- PM1 density +- PM2.5 density +- PM10 density +- Raw nitrogen +- Raw total volatile organic compounds +- Signal strength +- Temperature +- Total volatile organic compounds index \ No newline at end of file