core/homeassistant/components/arve/const.py

8 lines
116 B
Python

"""Constants for the Arve integration."""
import logging
DOMAIN = "arve"
LOGGER = logging.getLogger(__package__)