Classes | |
| class | SW16FlowHandler |
Functions | |
| SW16Client | connect_client (HomeAssistant hass, dict[str, Any] user_input) |
| None | validate_input (HomeAssistant hass, dict[str, Any] user_input) |
Variables | |
| DATA_SCHEMA | |
Config flow for HLK-SW16.
| SW16Client homeassistant.components.hlk_sw16.config_flow.connect_client | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input | ||
| ) |
Connect the HLK-SW16 client.
Definition at line 31 of file config_flow.py.
| None homeassistant.components.hlk_sw16.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input | ||
| ) |
Validate the user input allows us to connect.
Definition at line 45 of file config_flow.py.
| homeassistant.components.hlk_sw16.config_flow.DATA_SCHEMA |
Definition at line 23 of file config_flow.py.