From 7b406d85f1a97f7c97a92c7cfc0b69d2e6095941 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:48:52 +0200 Subject: [PATCH] Remove redundant info from climate dump config --- esphome/nspanel_esphome_addon_climate_base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/nspanel_esphome_addon_climate_base.yaml b/esphome/nspanel_esphome_addon_climate_base.yaml index ddf167e..93c711c 100644 --- a/esphome/nspanel_esphome_addon_climate_base.yaml +++ b/esphome/nspanel_esphome_addon_climate_base.yaml @@ -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)