core/homeassistant/components/local_todo/const.py

7 lines
145 B
Python
Raw Normal View History

"""Constants for the Local To-do integration."""
DOMAIN = "local_todo"
CONF_TODO_LIST_NAME = "todo_list_name"
CONF_STORAGE_KEY = "storage_key"