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

Classes

class  EcovacsConfigFlow
 

Functions

dict[str, str] _validate_input (HomeAssistant hass, dict[str, Any] user_input)
 
dict[str, str] _validate_url (str value, str field_name, set[str] schema_list)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Ecovacs mqtt integration.

Function Documentation

◆ _validate_input()

dict[str, str] homeassistant.components.ecovacs.config_flow._validate_input ( HomeAssistant  hass,
dict[str, Any]   user_input 
)
private
Validate user input.

Definition at line 53 of file config_flow.py.

◆ _validate_url()

dict[str, str] homeassistant.components.ecovacs.config_flow._validate_url ( str  value,
str  field_name,
set[str]  schema_list 
)
private
Validate an URL and return error dictionary.

Definition at line 38 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file config_flow.py.