mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 20:57:51 +00: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"
|