Classes | |
| class | VizioConfigFlow |
| class | VizioOptionsConfigFlow |
Functions | |
| vol.Schema | _get_config_schema (dict[str, Any]|None input_dict=None) |
| vol.Schema | _get_pairing_schema (dict[str, Any]|None input_dict=None) |
| bool | _host_is_same (str host1, str host2) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for Vizio.
|
private |
Return schema defaults for init step based on user input/config dict. Retain info already provided for future form views by setting them as defaults in schema.
Definition at line 54 of file config_flow.py.
|
private |
Return schema defaults for pairing data based on user input. Retain info already provided for future form views by setting them as defaults in schema.
Definition at line 85 of file config_flow.py.
|
private |
Check if host1 and host2 are the same.
Definition at line 99 of file config_flow.py.
|
private |
Definition at line 51 of file config_flow.py.