mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 05:22:44 +01:00
7 lines
127 B
Python
7 lines
127 B
Python
"""Constants used by Actron Air integration."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
DOMAIN = "actron_air"
|