"""Constants for the Lektrico Charging Station integration."""
from logging import Logger, getLogger
# Integration domain
DOMAIN = "lektrico"
# Logger
LOGGER: Logger = getLogger(__package__)