From cbe94c470609ba3a28f1a061973832b4038b59c3 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 22 Jul 2024 12:02:17 +0200 Subject: [PATCH] Fix typo in recorder persistent notification (#122374) --- homeassistant/components/recorder/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/recorder/core.py b/homeassistant/components/recorder/core.py index 52f2c38f8bb..a7e968fe544 100644 --- a/homeassistant/components/recorder/core.py +++ b/homeassistant/components/recorder/core.py @@ -957,7 +957,7 @@ class Recorder(threading.Thread): "System performance will temporarily degrade during the database" " upgrade. Do not power down or restart the system until the upgrade" " completes. Integrations that read the database, such as logbook," - " history, and statistics may return inconsistent results until the " + " history, and statistics may return inconsistent results until the" " upgrade completes. This notification will be automatically dismissed" " when the upgrade completes." ),