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

Classes

class  InvalidHost
 
class  ValloxConfigFlow
 

Functions

None validate_host (HomeAssistant hass, str host)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA
 

Detailed Description

Config flow for the Vallox integration.

Function Documentation

◆ validate_host()

None homeassistant.components.vallox.config_flow.validate_host ( HomeAssistant  hass,
str  host 
)
Validate that the user input allows us to connect.

Definition at line 28 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file config_flow.py.

◆ CONFIG_SCHEMA

homeassistant.components.vallox.config_flow.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_HOST): str,
4  }
5 )

Definition at line 21 of file config_flow.py.