mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 14:07:47 +01:00
8 lines
130 B
Python
8 lines
130 B
Python
"""Constants for the Airgradient integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "airgradient"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|