Add support for checking minimum HA version (#43350)
This commit is contained in:
parent
e98f36e357
commit
43ba053030
8 changed files with 130 additions and 5 deletions
|
@ -85,6 +85,7 @@ async def ws_import_blueprint(hass, connection, msg):
|
|||
"blueprint": {
|
||||
"metadata": imported_blueprint.blueprint.metadata,
|
||||
},
|
||||
"validation_errors": imported_blueprint.blueprint.validate(),
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue