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