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] |
The Forecast.Solar integration.
| bool homeassistant.components.forecast_solar.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old config entry.
Definition at line 22 of file __init__.py.
| 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.
| bool homeassistant.components.forecast_solar.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 56 of file __init__.py.
| None homeassistant.components.forecast_solar.async_update_options | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update options.
Definition at line 61 of file __init__.py.
| homeassistant.components.forecast_solar.ForecastSolarConfigEntry |
Definition at line 19 of file __init__.py.
| list homeassistant.components.forecast_solar.PLATFORMS = [Platform.SENSOR] |
Definition at line 17 of file __init__.py.