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

Classes

class  IPPDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=60)
 

Detailed Description

Coordinator for The Internet Printing Protocol (IPP) integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.ipp.coordinator.SCAN_INTERVAL = timedelta(seconds=60)

Definition at line 16 of file coordinator.py.