Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.isy994.config_flow Namespace Reference

Classes

class  CannotConnect
 
class  InvalidAuth
 
class  InvalidHost
 
class  Isy994ConfigFlow
 
class  OptionsFlowHandler
 

Functions

vol.Schema _data_schema (dict[str, str] schema_input)
 
dict[str, str] validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Universal Devices ISY/IoX integration.

Function Documentation

◆ _data_schema()

vol.Schema homeassistant.components.isy994.config_flow._data_schema ( dict[str, str]  schema_input)
private
Generate schema with defaults.

Definition at line 56 of file config_flow.py.

◆ validate_input()

dict[str, str] homeassistant.components.isy994.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 69 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.isy994.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 53 of file config_flow.py.