mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02: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"
|