Namespaces | |
| config_flow | |
| const | |
| store | |
| todo | |
Functions | |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, LocalTodoConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| LocalTodoConfigEntry | |
| string | STORAGE_PATH = ".storage/local_todo.{key}.ics" |
The Local To-do integration.
| None homeassistant.components.local_todo.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle removal of an entry.
Definition at line 44 of file __init__.py.
| bool homeassistant.components.local_todo.async_setup_entry | ( | HomeAssistant | hass, |
| LocalTodoConfigEntry | entry | ||
| ) |
Set up Local To-do from a config entry.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.local_todo.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 39 of file __init__.py.
| homeassistant.components.local_todo.LocalTodoConfigEntry |
Definition at line 20 of file __init__.py.
| string homeassistant.components.local_todo.STORAGE_PATH = ".storage/local_todo.{key}.ics" |
Definition at line 18 of file __init__.py.