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

Classes

class  NukiCoordinator
 

Variables

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

Detailed Description

Coordinator for the nuki component.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file coordinator.py.

◆ UPDATE_INTERVAL

homeassistant.components.nuki.coordinator.UPDATE_INTERVAL = timedelta(seconds=30)

Definition at line 25 of file coordinator.py.