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

Classes

class  MeteoFranceWeather
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Meteo-France weather service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.meteo_france.weather.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Meteo-France weather platform.

Definition at line 57 of file weather.py.

◆ format_condition()

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

Definition at line 52 of file weather.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.meteo_france.weather._LOGGER = logging.getLogger(__name__)
private

Definition at line 49 of file weather.py.