From 12234fc3993e31655d0546f7eb41b05909339b1f Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 2 Feb 2023 17:37:03 +0100 Subject: [PATCH] Add blueprint author name (#26072) --- source/_docs/blueprint/schema.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index 93dd66a86fa..e1a06fdf79b 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -55,6 +55,10 @@ domain: `automation` and `script` are supported. type: string required: true +author: + description: The name of the blueprint author. + type: string + required: false homeassistant: description: > Home Assistant requirements to be able to use the blueprint successfully.