mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 11:47:04 +00:00
10 lines
192 B
Python
10 lines
192 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"
|