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

Public Member Functions

None __init__ (self)
 
ConfigFlowResult async_step_confirm (self, dict[str, Any]|None user_input=None)
 

Static Public Attributes

int VERSION = 1
 

Detailed Description

Handle DSMR Reader config flow. The MQTT step is inherited from the parent class.

Definition at line 20 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.dsmr_reader.config_flow.DsmrReaderFlowHandler.__init__ (   self)
Set up the config flow.

Definition at line 25 of file config_flow.py.

Member Function Documentation

◆ async_step_confirm()

ConfigFlowResult homeassistant.components.dsmr_reader.config_flow.DsmrReaderFlowHandler.async_step_confirm (   self,
dict[str, Any] | None   user_input = None 
)
Confirm setup.

Definition at line 29 of file config_flow.py.

Member Data Documentation

◆ VERSION

int homeassistant.components.dsmr_reader.config_flow.DsmrReaderFlowHandler.VERSION = 1
static

Definition at line 23 of file config_flow.py.


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