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

Classes

class  OpenWeatherMapWeather
 

Functions

None async_setup_entry (HomeAssistant hass, OpenweathermapConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Support for the OpenWeatherMap (OWM) service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.openweathermap.weather.async_setup_entry ( HomeAssistant  hass,
OpenweathermapConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up OpenWeatherMap weather entity based on a config entry.

Definition at line 48 of file weather.py.