mirror of
https://github.com/home-assistant/core.git
synced 2025-05-15 11:29:15 +00:00
8 lines
130 B
Python
8 lines
130 B
Python
"""Constants for the Airgradient integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "airgradient"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|