mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
parent
d4bc4bf7bc
commit
59ee160f96
@ -90,12 +90,12 @@ class HaConfigIntegrations extends NavigateMixin(PolymerElement) {
|
||||
|
||||
ready() {
|
||||
super.ready();
|
||||
this._loadData();
|
||||
this.addEventListener("hass-reload-entries", () => this._loadData());
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
this._loadData();
|
||||
|
||||
this.hass.connection
|
||||
.subscribeEvents(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user