mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 23:07:27 +01:00
11 lines
193 B
Python
11 lines
193 B
Python
"""Constants for the PurpleAir integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "purpleair"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CONF_READ_KEY = "read_key"
|
|
CONF_SENSOR_INDICES = "sensor_indices"
|