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

Classes

class  TVDataUpdateCoordinator
 

Variables

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

Detailed Description

DataUpdateCoordinator for the Trafikverket Weather integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file coordinator.py.

◆ TIME_BETWEEN_UPDATES

homeassistant.components.trafikverket_weatherstation.coordinator.TIME_BETWEEN_UPDATES = timedelta(minutes=10)

Definition at line 29 of file coordinator.py.