Add support for checking minimum HA version (#43350)

This commit is contained in:
Paulus Schoutsen 2020-11-20 15:24:42 +01:00 committed by GitHub
parent e98f36e357
commit 43ba053030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 130 additions and 5 deletions

View file

@ -85,6 +85,7 @@ async def ws_import_blueprint(hass, connection, msg):
"blueprint": {
"metadata": imported_blueprint.blueprint.metadata,
},
"validation_errors": imported_blueprint.blueprint.validate(),
},
)