From 3463b6818de35d14d3d5473d8387bb454c36ffd9 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 12 Feb 2026 12:14:13 +0100 Subject: [PATCH] update testdata --- src/web/WebCustomizationService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/WebCustomizationService.cpp b/src/web/WebCustomizationService.cpp index fdb249740..537a7ba09 100644 --- a/src/web/WebCustomizationService.cpp +++ b/src/web/WebCustomizationService.cpp @@ -469,7 +469,7 @@ void WebCustomizationService::load_test_data() { emsEntity.product_id = 123; emsEntity.device_id = 8; emsEntity.custom_name = "My Custom Boiler"; - emsEntity.custom_brand = "My Brand"; + emsEntity.custom_brand = ""; emsEntity.entity_ids.push_back("08heatingactive|is my heating on?"); emsEntity.entity_ids.push_back("08tapwateractive"); emsEntity.entity_ids.push_back("08selflowtemp|<90");