Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.sql.config_flow.SQLConfigFlow
 
class  homeassistant.components.sql.config_flow.SQLOptionsFlowHandler
 

Namespaces

 homeassistant.components.sql.config_flow
 

Functions

bool homeassistant.components.sql.config_flow.validate_query (str db_url, str query, str column)
 
str homeassistant.components.sql.config_flow.validate_sql_select (str value)
 

Variables

 homeassistant.components.sql.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.sql.config_flow.Schema