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

Classes

class  RiscoDataUpdateCoordinator
 
class  RiscoEventsDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int LAST_EVENT_STORAGE_VERSION = 1
 
string LAST_EVENT_TIMESTAMP_KEY = "last_event_timestamp"
 

Detailed Description

Coordinator for the Risco integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file coordinator.py.

◆ LAST_EVENT_STORAGE_VERSION

int homeassistant.components.risco.coordinator.LAST_EVENT_STORAGE_VERSION = 1

Definition at line 19 of file coordinator.py.

◆ LAST_EVENT_TIMESTAMP_KEY

string homeassistant.components.risco.coordinator.LAST_EVENT_TIMESTAMP_KEY = "last_event_timestamp"

Definition at line 20 of file coordinator.py.