1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/mealie/const.py
2024-06-21 11:04:55 +02:00

8 lines
120 B
Python

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