mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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),
|
||||
]);
|
||||
|
||||
this.supervisor = {
|
||||
this._updateSupervisor({
|
||||
addon,
|
||||
supervisor,
|
||||
host,
|
||||
@ -195,7 +195,7 @@ export class SupervisorBaseElement extends urlSyncMixin(
|
||||
network,
|
||||
resolution,
|
||||
store,
|
||||
};
|
||||
});
|
||||
|
||||
this.addEventListener("supervisor-update", (ev) =>
|
||||
this._updateSupervisor(ev.detail)
|
||||
|
Loading…
x
Reference in New Issue
Block a user