mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix missing localize on old core versions (#8522)
This commit is contained in:
parent
ca4de877c1
commit
fe50f4229c
@ -185,7 +185,7 @@ export class SupervisorBaseElement extends urlSyncMixin(
|
|||||||
fetchSupervisorStore(this.hass),
|
fetchSupervisorStore(this.hass),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.supervisor = {
|
this._updateSupervisor({
|
||||||
addon,
|
addon,
|
||||||
supervisor,
|
supervisor,
|
||||||
host,
|
host,
|
||||||
@ -195,7 +195,7 @@ export class SupervisorBaseElement extends urlSyncMixin(
|
|||||||
network,
|
network,
|
||||||
resolution,
|
resolution,
|
||||||
store,
|
store,
|
||||||
};
|
});
|
||||||
|
|
||||||
this.addEventListener("supervisor-update", (ev) =>
|
this.addEventListener("supervisor-update", (ev) =>
|
||||||
this._updateSupervisor(ev.detail)
|
this._updateSupervisor(ev.detail)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user