mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 21:19:16 +00:00

Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
10 lines
220 B
Python
10 lines
220 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"
|
|
|
|
DOMAIN = "blueprint"
|