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

Classes

class  CannotConnect
 
class  InvalidAuth
 
class  OptionsFlowHandler
 
class  SomfyConfigFlow
 

Functions

def validate_input (HomeAssistant hass, data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Somfy MyLink integration.

Function Documentation

◆ validate_input()

def homeassistant.components.somfy_mylink.config_flow.validate_input ( HomeAssistant  hass,
  data 
)
Validate the user input allows us to connect.

Data has the keys from schema with values provided by the user.

Definition at line 39 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 36 of file config_flow.py.