Auto-sync: oekoboiler-interface.yaml deleted

This commit is contained in:
2026-01-13 22:00:55 +01:00
parent acd9c1b61d
commit 08b87a7f0f

View File

@@ -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"};
}