Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.blueprint.const
 

Variables

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