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

Namespaces

 config_flow
 
 const
 
 sensor
 
 weather
 

Functions

None _async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CITY_SCHEMA = vol.Schema({vol.Required(CONF_CITY): cv.string})
 
 SCAN_INTERVAL = timedelta(minutes=15)
 
 SCAN_INTERVAL_RAIN = timedelta(minutes=5)
 

Detailed Description

Support for Meteo-France weather data.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.meteo_france._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 166 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.meteo_france.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up an Meteo-France account from a config entry.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.meteo_france.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 141 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file __init__.py.

◆ CITY_SCHEMA

homeassistant.components.meteo_france.CITY_SCHEMA = vol.Schema({vol.Required(CONF_CITY): cv.string})

Definition at line 34 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.meteo_france.SCAN_INTERVAL = timedelta(minutes=15)

Definition at line 31 of file __init__.py.

◆ SCAN_INTERVAL_RAIN

homeassistant.components.meteo_france.SCAN_INTERVAL_RAIN = timedelta(minutes=5)

Definition at line 30 of file __init__.py.