mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the Mealie integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "mealie"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|