mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 09:06:53 +01:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the Mealie integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "mealie"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|