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

Classes

class  RadioThermUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 UPDATE_INTERVAL = timedelta(seconds=15)
 

Detailed Description

Coordinator for radiotherm.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file coordinator.py.

◆ UPDATE_INTERVAL

homeassistant.components.radiotherm.coordinator.UPDATE_INTERVAL = timedelta(seconds=15)

Definition at line 18 of file coordinator.py.