Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.meteo_france
 

Functions

None homeassistant.components.meteo_france._async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.meteo_france.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.meteo_france.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

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