Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.airgradient.const
 

Variables

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