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

Variables

string BLUEPRINT_FOLDER = "blueprints"
 
string CONF_AUTHOR = "author"
 
string CONF_BLUEPRINT = "blueprint"
 
string CONF_COLLAPSED = "collapsed"
 
string CONF_HOMEASSISTANT = "homeassistant"
 
string CONF_INPUT = "input"
 
string CONF_MIN_VERSION = "min_version"
 
string CONF_SOURCE_URL = "source_url"
 
string CONF_USE_BLUEPRINT = "use_blueprint"
 
string DOMAIN = "blueprint"
 

Detailed Description

Constants for the blueprint integration.

Variable Documentation

◆ BLUEPRINT_FOLDER

string homeassistant.components.blueprint.const.BLUEPRINT_FOLDER = "blueprints"

Definition at line 3 of file const.py.

◆ CONF_AUTHOR

string homeassistant.components.blueprint.const.CONF_AUTHOR = "author"

Definition at line 11 of file const.py.

◆ CONF_BLUEPRINT

string homeassistant.components.blueprint.const.CONF_BLUEPRINT = "blueprint"

Definition at line 5 of file const.py.

◆ CONF_COLLAPSED

string homeassistant.components.blueprint.const.CONF_COLLAPSED = "collapsed"

Definition at line 12 of file const.py.

◆ CONF_HOMEASSISTANT

string homeassistant.components.blueprint.const.CONF_HOMEASSISTANT = "homeassistant"

Definition at line 9 of file const.py.

◆ CONF_INPUT

string homeassistant.components.blueprint.const.CONF_INPUT = "input"

Definition at line 7 of file const.py.

◆ CONF_MIN_VERSION

string homeassistant.components.blueprint.const.CONF_MIN_VERSION = "min_version"

Definition at line 10 of file const.py.

◆ CONF_SOURCE_URL

string homeassistant.components.blueprint.const.CONF_SOURCE_URL = "source_url"

Definition at line 8 of file const.py.

◆ CONF_USE_BLUEPRINT

string homeassistant.components.blueprint.const.CONF_USE_BLUEPRINT = "use_blueprint"

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 14 of file const.py.