From fbc4eba0ea40a587058f68df36a55050db4be7dd Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 7 Apr 2022 17:10:04 -0400 Subject: [PATCH] Add `homeassistant.min_version` to schema (#22291) --- source/_docs/blueprint/schema.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index 997f20e34a2..be04d90fc98 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -55,6 +55,19 @@ domain: `automation` and `script` are supported. type: string required: true +homeassistant: + description: > + Home Assistant requirements to be able to use the blueprint successfully. + type: map + required: false + keys: + min_version: + description: > + Minimum required version of Home Assistant to use the blueprint (e.g. + `2022.4.0`. It is important to set this if the blueprint uses any features + introduced in recent releases to head off issues. + type: string + required: false input: description: > A dictionary of defined user inputs. These are the input fields that the