Public Attributes | |
| new_entry_data | |
Public Attributes inherited from homeassistant.components.knx.config_flow.KNXCommonFlow | |
| initial_data | |
| new_entry_data | |
| new_title | |
Public Attributes inherited from homeassistant.data_entry_flow.FlowHandler | |
| deprecated_show_progress | |
Additional Inherited Members | |
Static Public Member Functions inherited from homeassistant.data_entry_flow.FlowHandler | |
| None | async_setup_preview (HomeAssistant hass) |
Static Public Attributes inherited from homeassistant.data_entry_flow.FlowHandler | |
| Any | |
| bool | deprecated_show_progress = False |
| HomeAssistant | |
| string | init_step = "init" |
| int | MINOR_VERSION = 1 |
| None | |
| str | |
| int | VERSION = 1 |
Handle KNX options.
Definition at line 766 of file config_flow.py.
| None homeassistant.components.knx.config_flow.KNXOptionsFlow.__init__ | ( | self, | |
| ConfigEntry | config_entry | ||
| ) |
Initialize KNX options flow.
Definition at line 771 of file config_flow.py.
| ConfigFlowResult homeassistant.components.knx.config_flow.KNXOptionsFlow.async_step_communication_settings | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Manage KNX communication settings.
Definition at line 799 of file config_flow.py.
| ConfigFlowResult homeassistant.components.knx.config_flow.KNXOptionsFlow.async_step_init | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Manage KNX options.
Definition at line 786 of file config_flow.py.
| ConfigFlowResult homeassistant.components.knx.config_flow.KNXOptionsFlow.finish_flow | ( | self | ) |
Update the ConfigEntry and finish the flow.
Reimplemented from homeassistant.components.knx.config_flow.KNXCommonFlow.
Definition at line 776 of file config_flow.py.
| homeassistant.components.knx.config_flow.KNXOptionsFlow.new_entry_data |
Definition at line 804 of file config_flow.py.