Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rpi_power.config_flow.RPiPowerFlow Class Reference
Inheritance diagram for homeassistant.components.rpi_power.config_flow.RPiPowerFlow:
[legend]
Collaboration diagram for homeassistant.components.rpi_power.config_flow.RPiPowerFlow:
[legend]

Public Member Functions

None __init__ (self)
 
ConfigFlowResult async_step_onboarding (self, dict[str, Any]|None data=None)
 

Static Public Attributes

int VERSION = 1
 

Detailed Description

Discovery flow handler.

Definition at line 23 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.rpi_power.config_flow.RPiPowerFlow.__init__ (   self)
Set up config flow.

Definition at line 28 of file config_flow.py.

Member Function Documentation

◆ async_step_onboarding()

ConfigFlowResult homeassistant.components.rpi_power.config_flow.RPiPowerFlow.async_step_onboarding (   self,
dict[str, Any] | None   data = None 
)
Handle a flow initialized by onboarding.

Definition at line 36 of file config_flow.py.

Member Data Documentation

◆ VERSION

int homeassistant.components.rpi_power.config_flow.RPiPowerFlow.VERSION = 1
static

Definition at line 26 of file config_flow.py.


The documentation for this class was generated from the following file: