From b94b59cfeaedb720b83c1e591c39e4e80a803ccb Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 2 Feb 2023 17:29:08 +0100 Subject: [PATCH] Add blueprint author name --- 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 93dd66a86fae..e1a06fdf79b2 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.