Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sql.const
 

Variables

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