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

Classes

class  QnapCoordinator
 

Variables

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

Detailed Description

Data coordinator for the qnap integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file coordinator.py.

◆ UPDATE_INTERVAL

homeassistant.components.qnap.coordinator.UPDATE_INTERVAL = timedelta(minutes=1)

Definition at line 26 of file coordinator.py.