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

Classes

class  SFRDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 _SCAN_INTERVAL = timedelta(minutes=1)
 

Detailed Description

SFR Box coordinator.

Variable Documentation

◆ _LOGGER

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

Definition at line 14 of file coordinator.py.

◆ _SCAN_INTERVAL

homeassistant.components.sfr_box.coordinator._SCAN_INTERVAL = timedelta(minutes=1)
private

Definition at line 15 of file coordinator.py.