Remove redundant info from climate dump config
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user