Classes | |
| class | FieldError |
| class | NibeHeatPumpConfigFlow |
Functions | |
| tuple[str, dict[str, Any]] | validate_modbus_input (HomeAssistant hass, dict[str, Any] data) |
| tuple[str, dict[str, Any]] | validate_nibegw_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| PORT_SELECTOR | |
| STEP_MODBUS_DATA_SCHEMA | |
| STEP_NIBEGW_DATA_SCHEMA | |
Config flow for Nibe Heat Pump integration.
| tuple[str, dict[str, Any]] homeassistant.components.nibe_heatpump.config_flow.validate_modbus_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect.
Definition at line 130 of file config_flow.py.
| tuple[str, dict[str, Any]] homeassistant.components.nibe_heatpump.config_flow.validate_nibegw_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect.
Definition at line 86 of file config_flow.py.
| homeassistant.components.nibe_heatpump.config_flow.PORT_SELECTOR |
Definition at line 40 of file config_flow.py.
| homeassistant.components.nibe_heatpump.config_flow.STEP_MODBUS_DATA_SCHEMA |
Definition at line 60 of file config_flow.py.
| homeassistant.components.nibe_heatpump.config_flow.STEP_NIBEGW_DATA_SCHEMA |
Definition at line 49 of file config_flow.py.