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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 energy
 
 sensor
 

Functions

bool async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ForecastSolarConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_update_options (HomeAssistant hass, ConfigEntry entry)
 

Variables

 ForecastSolarConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The Forecast.Solar integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.forecast_solar.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Migrate old config entry.

Definition at line 22 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.forecast_solar.async_setup_entry ( HomeAssistant  hass,
ForecastSolarConfigEntry   entry 
)
Set up Forecast.Solar from a config entry.

Definition at line 40 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 56 of file __init__.py.

◆ async_update_options()

None homeassistant.components.forecast_solar.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Update options.

Definition at line 61 of file __init__.py.

Variable Documentation

◆ ForecastSolarConfigEntry

homeassistant.components.forecast_solar.ForecastSolarConfigEntry

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.forecast_solar.PLATFORMS = [Platform.SENSOR]

Definition at line 17 of file __init__.py.