mirror of
https://github.com/home-assistant/core.git
synced 2025-10-17 23:59:38 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
"""Constants used by Actron Air integration."""
|
|
|
|
import logging
|
|
|
|
_LOGGER = logging.getLogger(__package__)
|
|
DOMAIN = "actron_air"
|