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

Classes

class  TomorrowioWeatherEntity
 

Functions

str _calculate_unique_id (str|None config_entry_unique_id, str forecast_type)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Weather component that handles meteorological data for your location.

Function Documentation

◆ _calculate_unique_id()

str homeassistant.components.tomorrowio.weather._calculate_unique_id ( str | None  config_entry_unique_id,
str  forecast_type 
)
private
Calculate unique ID.

Definition at line 92 of file weather.py.

◆ async_setup_entry()

None homeassistant.components.tomorrowio.weather.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up a config entry.

Definition at line 66 of file weather.py.