Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sql.const Namespace Reference

Variables

string CONF_COLUMN_NAME = "column"
 
string CONF_QUERY = "query"
 
 DB_URL_RE = re.compile("//.*:.*@")
 
string DOMAIN = "sql"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Adds constants for SQL integration.

Variable Documentation

◆ CONF_COLUMN_NAME

string homeassistant.components.sql.const.CONF_COLUMN_NAME = "column"

Definition at line 10 of file const.py.

◆ CONF_QUERY

string homeassistant.components.sql.const.CONF_QUERY = "query"

Definition at line 11 of file const.py.

◆ DB_URL_RE

homeassistant.components.sql.const.DB_URL_RE = re.compile("//.*:.*@")

Definition at line 12 of file const.py.

◆ DOMAIN

string homeassistant.components.sql.const.DOMAIN = "sql"

Definition at line 7 of file const.py.

◆ PLATFORMS

list homeassistant.components.sql.const.PLATFORMS = [Platform.SENSOR]

Definition at line 8 of file const.py.