Remove redundant info from climate dump config

This commit is contained in:
Edward Firmo
2024-04-25 14:48:52 +02:00
parent 7f260a3108
commit 7b406d85f1

View File

@@ -131,8 +131,6 @@ script:
const uint cooler_relay = ${cooler_relay};
const uint heater_relay = ${heater_relay};
ESP_LOGCONFIG(TAG, "Add-on climate:");
if (cooler_relay != 0) ESP_LOGCONFIG(TAG, " Relay (cooler): %u", cooler_relay);
if (heater_relay != 0) ESP_LOGCONFIG(TAG, " Relay (heater): %u", heater_relay);
#ifdef NSPANEL_HA_BLUEPRINT_ADDON_CLIMATE_COOL
ESP_LOGCONFIG(TAG, " Cool: Enabled");
if (cooler_relay == 1 or cooler_relay == 2)