"""Constants for the Mealie integration.""" import logging DOMAIN = "mealie" LOGGER = logging.getLogger(__package__)