From 5aeeb7061afb0b2c5002550288e87b7884bbc995 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Mar 2025 19:29:37 +0000 Subject: [PATCH] Fix Blueprint example to include required domain key --- source/_docs/blueprint/schema.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index 21df85fa326..02b44b173cb 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -134,6 +134,7 @@ The following example shows a minimal blueprint with a single input: blueprint: name: Example blueprint description: Example showing an input + domain: automation input: my_input: name: Example input