2024-05-09 10:54:29 +02:00

8 lines
130 B
Python

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