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

Classes

class  RokuDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
float REQUEST_REFRESH_DELAY = 0.35
 
 SCAN_INTERVAL = timedelta(seconds=10)
 

Detailed Description

Coordinator for Roku.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file coordinator.py.

◆ REQUEST_REFRESH_DELAY

float homeassistant.components.roku.coordinator.REQUEST_REFRESH_DELAY = 0.35

Definition at line 19 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.roku.coordinator.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 21 of file coordinator.py.