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

Classes

class  SwitchbotDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int DEVICE_STARTUP_TIMEOUT = 30
 
 SwitchbotConfigEntry
 

Detailed Description

Provides the switchbot DataUpdateCoordinator.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file coordinator.py.

◆ DEVICE_STARTUP_TIMEOUT

int homeassistant.components.switchbot.coordinator.DEVICE_STARTUP_TIMEOUT = 30

Definition at line 26 of file coordinator.py.

◆ SwitchbotConfigEntry

homeassistant.components.switchbot.coordinator.SwitchbotConfigEntry

Definition at line 28 of file coordinator.py.