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

Classes

class  ForecastSolarFlowHandler
 
class  ForecastSolarOptionFlowHandler
 

Variables

 RE_API_KEY = re.compile(r"^[a-zA-Z0-9]{16}$")
 

Detailed Description

Config flow for Forecast.Solar integration.

Variable Documentation

◆ RE_API_KEY

homeassistant.components.forecast_solar.config_flow.RE_API_KEY = re.compile(r"^[a-zA-Z0-9]{16}$")

Definition at line 30 of file config_flow.py.