core/homeassistant/components/purpleair/const.py

11 lines
225 B
Python
Raw Normal View History

2022-12-13 03:32:11 +00:00
"""Constants for the PurpleAir integration."""
import logging
DOMAIN = "purpleair"
LOGGER = logging.getLogger(__package__)
CONF_READ_KEY = "read_key"
CONF_SENSOR_INDICES = "sensor_indices"
CONF_SHOW_ON_MAP = "show_on_map"