Add a Local To-do component (#102627)

Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Allen Porter 2023-10-25 04:21:10 -07:00 committed by GitHub
parent 35d18a9a3e
commit 476e867fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 962 additions and 0 deletions

View file

@ -0,0 +1,6 @@
"""Constants for the Local To-do integration."""
DOMAIN = "local_todo"
CONF_TODO_LIST_NAME = "todo_list_name"
CONF_STORAGE_KEY = "storage_key"