From 4e194287c97dd0cb98ebe8eeb6be348e96712d68 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Wed, 28 Jan 2026 18:07:47 +0100 Subject: [PATCH] remove SRC climate for test --- src/core/emsdevice.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/emsdevice.cpp b/src/core/emsdevice.cpp index c1dcf8913..bac194cfa 100644 --- a/src/core/emsdevice.cpp +++ b/src/core/emsdevice.cpp @@ -2156,6 +2156,7 @@ void EMSdevice::mqtt_ha_entity_config_create() { } // SRC thermostats mapped to connect/src1/... + /* removed climate for testing if (dv.tag >= DeviceValueTAG::TAG_SRC1 && dv.tag <= DeviceValueTAG::TAG_SRC16 && !strcmp(dv.short_name, FL_(selRoomTemp)[0])) { const char * icon = nullptr; for (auto & d : devicevalues_) { @@ -2168,6 +2169,7 @@ void EMSdevice::mqtt_ha_entity_config_create() { // https://github.com/emsesp/EMS-ESP32/issues/2636 Mqtt::publish_ha_climate_config(dv, true, nullptr, false, icon); } + */ #ifndef EMSESP_STANDALONE // always create minimum one config