mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Fix fetching sub
This commit is contained in:
parent
81e1e5be8f
commit
56bdb6e352
@ -153,7 +153,7 @@ class HaConfigCloudAccount extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
||||
}
|
||||
|
||||
async _fetchSubscriptionInfo() {
|
||||
this._subscription = await fetchSubscriptionInfo;
|
||||
this._subscription = await fetchSubscriptionInfo(this.hass);
|
||||
if (this._subscription.provider && this.cloudStatus.cloud !== "connected") {
|
||||
this.fire("ha-refresh-cloud-status");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user