mirror of
https://github.com/home-assistant/core.git
synced 2026-07-03 04:36:04 +01:00
04f83bc067
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
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"
|