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

Classes

class  PVOutputFlowHandler
 

Functions

None validate_input (HomeAssistant hass, *str api_key, int system_id)
 

Detailed Description

Config flow to configure the PVOutput integration.

Function Documentation

◆ validate_input()

None homeassistant.components.pvoutput.config_flow.validate_input ( HomeAssistant  hass,
*str  api_key,
int  system_id 
)
Try using the give system id & api key against the PVOutput API.

Definition at line 19 of file config_flow.py.