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

Variables

string CONF_READ_KEY = "read_key"
 
string CONF_SENSOR_INDICES = "sensor_indices"
 
string DOMAIN = "purpleair"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the PurpleAir integration.

Variable Documentation

◆ CONF_READ_KEY

string homeassistant.components.purpleair.const.CONF_READ_KEY = "read_key"

Definition at line 9 of file const.py.

◆ CONF_SENSOR_INDICES

string homeassistant.components.purpleair.const.CONF_SENSOR_INDICES = "sensor_indices"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.