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

Classes

class  CannotConnect
 
class  MetDataUpdateCoordinator
 
class  MetWeatherData
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string URL = "https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete"
 

Detailed Description

DataUpdateCoordinator for Met.no integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 32 of file coordinator.py.

◆ URL

string homeassistant.components.met.coordinator.URL = "https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete"

Definition at line 30 of file coordinator.py.