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

Classes

class  WeatherUpdateCoordinator
 

Variables

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

Detailed Description

Weather data coordinator for the OpenWeatherMap (OWM) service.

Variable Documentation

◆ _LOGGER

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

Definition at line 51 of file coordinator.py.

◆ WEATHER_UPDATE_INTERVAL

homeassistant.components.openweathermap.coordinator.WEATHER_UPDATE_INTERVAL = timedelta(minutes=10)

Definition at line 53 of file coordinator.py.