hass-core/homeassistant/components/mealie/const.py
2024-06-21 11:04:55 +02:00

7 lines
120 B
Python

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