Classes | |
| class | DnsIPConfigFlow |
| class | DnsIPOptionsFlowHandler |
Functions | |
| dict[str, bool] | async_validate_hostname (str hostname, str resolver_ipv4, str resolver_ipv6, int port, int port_ipv6) |
Variables | |
| DATA_SCHEMA | |
| DATA_SCHEMA_ADV | |
Adds config flow for dnsip integration.
| dict[str, bool] homeassistant.components.dnsip.config_flow.async_validate_hostname | ( | str | hostname, |
| str | resolver_ipv4, | ||
| str | resolver_ipv6, | ||
| int | port, | ||
| int | port_ipv6 | ||
| ) |
Validate hostname.
Definition at line 55 of file config_flow.py.
| homeassistant.components.dnsip.config_flow.DATA_SCHEMA |
Definition at line 39 of file config_flow.py.
| homeassistant.components.dnsip.config_flow.DATA_SCHEMA_ADV |
Definition at line 44 of file config_flow.py.