Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_tasks.api Namespace Reference

Classes

class  AsyncConfigEntryAuth
 

Functions

None _raise_if_error (Any|dict[str, Any] result)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int MAX_TASK_RESULTS = 100
 

Detailed Description

API for Google Tasks bound to Home Assistant OAuth.

Function Documentation

◆ _raise_if_error()

None homeassistant.components.google_tasks.api._raise_if_error ( Any | dict[str, Any]  result)
private
Raise a GoogleTasksApiError if the response contains an error.

Definition at line 24 of file api.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.google_tasks.api._LOGGER = logging.getLogger(__name__)
private

Definition at line 19 of file api.py.

◆ MAX_TASK_RESULTS

int homeassistant.components.google_tasks.api.MAX_TASK_RESULTS = 100

Definition at line 21 of file api.py.