mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 10:06:31 +01:00
13 lines
313 B
Python
13 lines
313 B
Python
"""Constants for the blueprint integration."""
|
|
BLUEPRINT_FOLDER = "blueprints"
|
|
|
|
CONF_BLUEPRINT = "blueprint"
|
|
CONF_USE_BLUEPRINT = "use_blueprint"
|
|
CONF_INPUT = "input"
|
|
CONF_SOURCE_URL = "source_url"
|
|
CONF_HOMEASSISTANT = "homeassistant"
|
|
CONF_MIN_VERSION = "min_version"
|
|
CONF_AUTHOR = "author"
|
|
|
|
DOMAIN = "blueprint"
|