7 lines
145 B
Python
7 lines
145 B
Python
|
"""Constants for the Local To-do integration."""
|
||
|
|
||
|
DOMAIN = "local_todo"
|
||
|
|
||
|
CONF_TODO_LIST_NAME = "todo_list_name"
|
||
|
CONF_STORAGE_KEY = "storage_key"
|