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

Namespaces

 calendar
 
 config_flow
 
 const
 
 coordinator
 
 todo
 
 types
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = datetime.timedelta(minutes=1)
 

Detailed Description

The todoist integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.todoist.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up todoist from a config entry.

Definition at line 23 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 39 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.todoist.SCAN_INTERVAL = datetime.timedelta(minutes=1)

Definition at line 17 of file __init__.py.