1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-15 11:29:15 +00:00
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__)