Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the blueprint integration."""
2 
3 BLUEPRINT_FOLDER = "blueprints"
4 
5 CONF_BLUEPRINT = "blueprint"
6 CONF_USE_BLUEPRINT = "use_blueprint"
7 CONF_INPUT = "input"
8 CONF_SOURCE_URL = "source_url"
9 CONF_HOMEASSISTANT = "homeassistant"
10 CONF_MIN_VERSION = "min_version"
11 CONF_AUTHOR = "author"
12 CONF_COLLAPSED = "collapsed"
13 
14 DOMAIN = "blueprint"