Add back loading manifests of loaded integrations (#13919)

This commit is contained in:
Bram Kragten 2022-09-29 18:14:34 +02:00 committed by GitHub
parent 7ff138534f
commit 9035e8e9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,6 +312,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
undefined, undefined,
true true
); );
this._fetchManifests();
if (this.route.path === "/add") { if (this.route.path === "/add") {
this._handleAdd(localizePromise); this._handleAdd(localizePromise);
} }