Classes | |
| class | CannotConnect |
| class | LupusecConfigFlowHandler |
Functions | |
| def | test_host_connection (HomeAssistant hass, str host, str username, str password) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA | |
Config flow for Lupusec integration.
| def homeassistant.components.lupusec.config_flow.test_host_connection | ( | HomeAssistant | hass, |
| str | host, | ||
| str | username, | ||
| str | password | ||
| ) |
Test if the host is reachable and is actually a Lupusec device.
Definition at line 64 of file config_flow.py.
|
private |
Definition at line 17 of file config_flow.py.
| homeassistant.components.lupusec.config_flow.DATA_SCHEMA |
Definition at line 19 of file config_flow.py.