Files
core/homeassistant/components/trmnl/const.py
T

8 lines
118 B
Python

"""Constants for the TRMNL integration."""
import logging
DOMAIN = "trmnl"
LOGGER = logging.getLogger(__package__)