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

Classes

class  CameraData
 
class  TVDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 TIME_BETWEEN_UPDATES = timedelta(minutes=5)
 

Detailed Description

DataUpdateCoordinator for the Trafikverket Camera integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 32 of file coordinator.py.

◆ TIME_BETWEEN_UPDATES

homeassistant.components.trafikverket_camera.coordinator.TIME_BETWEEN_UPDATES = timedelta(minutes=5)

Definition at line 33 of file coordinator.py.