Home Assistant Unofficial Reference 2024.12.1
weather.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.smhi.weather.SmhiWeather
 

Namespaces

 homeassistant.components.smhi.weather
 

Functions

None homeassistant.components.smhi.weather.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.smhi.weather._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.smhi.weather.CONDITION_MAP
 
 homeassistant.components.smhi.weather.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=31)
 
int homeassistant.components.smhi.weather.RETRY_TIMEOUT = 5 * 60
 
int homeassistant.components.smhi.weather.TIMEOUT = 10