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

Classes

class  SleepIQData
 
class  SleepIQDataUpdateCoordinator
 
class  SleepIQPauseUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 LONGER_UPDATE_INTERVAL = timedelta(minutes=5)
 
 UPDATE_INTERVAL = timedelta(seconds=60)
 

Detailed Description

Coordinator for SleepIQ.

Variable Documentation

◆ _LOGGER

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

Definition at line 13 of file coordinator.py.

◆ LONGER_UPDATE_INTERVAL

homeassistant.components.sleepiq.coordinator.LONGER_UPDATE_INTERVAL = timedelta(minutes=5)

Definition at line 16 of file coordinator.py.

◆ UPDATE_INTERVAL

homeassistant.components.sleepiq.coordinator.UPDATE_INTERVAL = timedelta(seconds=60)

Definition at line 15 of file coordinator.py.