1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 20:35:09 +00:00
Files
core/homeassistant/components/purpleair/const.py

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"