Classes | |
| class | OneWireFlowHandler |
| class | OnewireOptionsFlowHandler |
Functions | |
| dict[str, str] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| DATA_SCHEMA | |
Config flow for 1-Wire component.
| dict[str, str] homeassistant.components.onewire.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from DATA_SCHEMA with values provided by the user.
Definition at line 42 of file config_flow.py.
| homeassistant.components.onewire.config_flow.DATA_SCHEMA |
Definition at line 34 of file config_flow.py.