hass-core/homeassistant/components/blueprint/const.py
Bram Kragten 1c7080d5c5
Add save and delete WS commands to blueprints (#42907)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-11-11 23:32:46 +01:00

10 lines
253 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_DESCRIPTION = "description"
DOMAIN = "blueprint"