Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Local To-do integration."""
2 
3 DOMAIN = "local_todo"
4 
5 CONF_TODO_LIST_NAME = "todo_list_name"
6 CONF_STORAGE_KEY = "storage_key"