mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 06:06:20 +02:00
8 lines
134 B
Python
8 lines
134 B
Python
"""Constants for the AirVisual Pro integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "airvisual_pro"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|