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

10 lines
231 B
Python

"""Constants for the Remember The Milk integration."""
import logging
CONF_LIST_ID = "list_id"
CONF_SHARED_SECRET = "shared_secret"
DOMAIN = "remember_the_milk"
LOGGER = logging.getLogger(__package__)
SUBENTRY_TYPE_LIST = "list"