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

Classes

class  AemetData
 
class  WeatherUpdateCoordinator
 

Variables

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

Detailed Description

Weather data coordinator for the AEMET OpenData service.

Variable Documentation

◆ _LOGGER

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

Definition at line 29 of file coordinator.py.

◆ AemetConfigEntry

homeassistant.components.aemet.coordinator.AemetConfigEntry

Definition at line 34 of file coordinator.py.

◆ WEATHER_UPDATE_INTERVAL

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

Definition at line 32 of file coordinator.py.