Classes | |
| class | CannotConnect |
| class | NWSConfigFlow |
Functions | |
| dict[str, str] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for National Weather Service (NWS) integration.
| dict[str, str] homeassistant.components.nws.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 25 of file config_flow.py.
|
private |
Definition at line 22 of file config_flow.py.