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:
parent
35d18a9a3e
commit
476e867fe8
20 changed files with 962 additions and 0 deletions
6
homeassistant/components/local_todo/const.py
Normal file
6
homeassistant/components/local_todo/const.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue