From 08b87a7f0f73702db3fe742aceb9aebbf59c30d7 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 13 Jan 2026 22:00:55 +0100 Subject: [PATCH] Auto-sync: oekoboiler-interface.yaml deleted --- oekoboiler-interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oekoboiler-interface.yaml b/oekoboiler-interface.yaml index 0372835..eac14b9 100644 --- a/oekoboiler-interface.yaml +++ b/oekoboiler-interface.yaml @@ -384,7 +384,7 @@ text_sensor: // If only water temp warning is active and not heating, show OK if (only_water_temp_warning) { - return {"OK"}; + return {"Standby"}; } return {"Alarm"}; }