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

Functions

dict[str, dict[str, float|int]]|None async_get_solar_forecast (HomeAssistant hass, str config_entry_id)
 

Detailed Description

Energy platform.

Function Documentation

◆ async_get_solar_forecast()

dict[str, dict[str, float | int]] | None homeassistant.components.forecast_solar.energy.async_get_solar_forecast ( HomeAssistant  hass,
str   config_entry_id 
)
Get solar forecast for a config entry ID.

Definition at line 10 of file energy.py.