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)