Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.airgradient.const Namespace Reference

Variables

string DOMAIN = "airgradient"
 
 LOGGER = logging.getLogger(__package__)
 
dictionary PM_STANDARD
 
dictionary PM_STANDARD_REVERSE = {v: k for k, v in PM_STANDARD.items()}
 

Detailed Description

Constants for the Airgradient integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.airgradient.const.DOMAIN = "airgradient"

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.airgradient.const.LOGGER = logging.getLogger(__package__)

Definition at line 9 of file const.py.

◆ PM_STANDARD

dictionary homeassistant.components.airgradient.const.PM_STANDARD
Initial value:
1 = {
2  PmStandard.UGM3: "ugm3",
3  PmStandard.USAQI: "us_aqi",
4 }

Definition at line 11 of file const.py.

◆ PM_STANDARD_REVERSE

dictionary homeassistant.components.airgradient.const.PM_STANDARD_REVERSE = {v: k for k, v in PM_STANDARD.items()}

Definition at line 15 of file const.py.