Classes | |
| class | AnotherDevice |
| class | BrotherConfigFlow |
| class | InvalidHost |
Functions | |
| tuple[str, str] | validate_input (HomeAssistant hass, dict[str, Any] user_input, str|None expected_mac=None) |
Variables | |
| DATA_SCHEMA | |
| RECONFIGURE_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str}) | |
Adds config flow for Brother Printer.
| tuple[str, str] homeassistant.components.brother.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input, | ||
| str | None | expected_mac = None |
||
| ) |
Validate the user input.
Definition at line 29 of file config_flow.py.
| homeassistant.components.brother.config_flow.DATA_SCHEMA |
Definition at line 20 of file config_flow.py.
| homeassistant.components.brother.config_flow.RECONFIGURE_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str}) |
Definition at line 26 of file config_flow.py.