"""Constants for the Local To-do integration."""

DOMAIN = "local_todo"

CONF_TODO_LIST_NAME = "todo_list_name"
CONF_STORAGE_KEY = "storage_key"