Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.caldav Namespace Reference

Namespaces

 api
 
 calendar
 
 config_flow
 
 const
 
 coordinator
 
 todo
 

Functions

bool async_setup_entry (HomeAssistant hass, CalDavConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CalDavConfigEntry
 

Detailed Description

The caldav component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.caldav.async_setup_entry ( HomeAssistant  hass,
CalDavConfigEntry  entry 
)
Set up CalDAV from a config entry.

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.caldav.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 58 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.caldav._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file __init__.py.

◆ CalDavConfigEntry

homeassistant.components.caldav.CalDavConfigEntry

Definition at line 20 of file __init__.py.