hass-core/homeassistant/components/local_todo/const.py
Allen Porter 476e867fe8
Add a Local To-do component ()
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-25 13:21:10 +02:00

6 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"