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

Classes

class  MeteoclimaticWeather
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
def format_condition (condition)
 

Detailed Description

Support for Meteoclimatic weather service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.meteoclimatic.weather.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Meteoclimatic weather platform.

Definition at line 28 of file weather.py.

◆ format_condition()

def homeassistant.components.meteoclimatic.weather.format_condition (   condition)
Return condition from dict CONDITION_MAP.

Definition at line 19 of file weather.py.