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

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__)
 

Detailed Description

The Local Calendar integration.

Function Documentation

◆ async_remove_entry()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

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

Definition at line 50 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.