From 3c8da03d66064ac38d4133b3ec200ae5f77ce135 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Wed, 30 Oct 2024 13:19:42 +0100 Subject: [PATCH] Fix logbook search when live update is disabled (#22284) When the logbook live update is in pause by scrolling allow to refresh anyway. --- src/panels/logbook/ha-logbook.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panels/logbook/ha-logbook.ts b/src/panels/logbook/ha-logbook.ts index 3faad0d74d..342a9890a0 100644 --- a/src/panels/logbook/ha-logbook.ts +++ b/src/panels/logbook/ha-logbook.ts @@ -140,6 +140,8 @@ export class HaLogbook extends LitElement { this._updateUsers.cancel(); this._unsubscribeSetLoading(); + this._liveUpdatesEnabled = true; + if (force) { this._getLogBookData(); } else {