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

Classes

class  TaskUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 Final
 
 minutes
 
int TIMEOUT = 10
 

Detailed Description

Coordinator for fetching data from Google Tasks API.

Variable Documentation

◆ _LOGGER

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

Definition at line 13 of file coordinator.py.

◆ Final

homeassistant.components.google_tasks.coordinator.Final

Definition at line 15 of file coordinator.py.

◆ minutes

homeassistant.components.google_tasks.coordinator.minutes

Definition at line 15 of file coordinator.py.

◆ TIMEOUT

int homeassistant.components.google_tasks.coordinator.TIMEOUT = 10

Definition at line 16 of file coordinator.py.