Add homeassistant.min_version to schema (#22291)

This commit is contained in:
Mike Degatano 2022-04-07 17:10:04 -04:00 committed by GitHub
parent a63c7250df
commit fbc4eba0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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