Namespaces | |
| calendar | |
| config_flow | |
| const | |
| diagnostics | |
| store | |
Functions | |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
The Local Calendar integration.
| None homeassistant.components.local_calendar.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle removal of an entry.
Definition at line 58 of file __init__.py.
| bool homeassistant.components.local_calendar.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Local Calendar from a config entry.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.local_calendar.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 50 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.