hass-core/homeassistant/components/airgradient/const.py
2024-05-09 10:54:29 +02:00

7 lines
130 B
Python

"""Constants for the Airgradient integration."""
import logging
DOMAIN = "airgradient"
LOGGER = logging.getLogger(__package__)