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

Public Member Functions

None __init__ (self)
 

Static Public Member Functions

OptionsFlow async_get_options_flow (ConfigEntry config_entry)
 

Detailed Description

Discovery flow with options for Wemo.

Definition at line 24 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.wemo.config_flow.WemoFlow.__init__ (   self)
Init discovery flow.

Definition at line 27 of file config_flow.py.

Member Function Documentation

◆ async_get_options_flow()

OptionsFlow homeassistant.components.wemo.config_flow.WemoFlow.async_get_options_flow ( ConfigEntry  config_entry)
static
Get the options flow for this handler.

Definition at line 33 of file config_flow.py.


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