From 1d76ca80c548f1bf4e83657f2fc4f5ffd1523113 Mon Sep 17 00:00:00 2001 From: Pavlo Dudnytskyi Date: Thu, 19 Sep 2024 10:33:55 +0200 Subject: [PATCH] Select build fix --- components/haier/hon_climate.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/haier/hon_climate.cpp b/components/haier/hon_climate.cpp index 125322d..d57242a 100644 --- a/components/haier/hon_climate.cpp +++ b/components/haier/hon_climate.cpp @@ -5,10 +5,6 @@ #include "esphome/core/helpers.h" #include "hon_climate.h" #include "hon_packet.h" -#ifdef USE_SELECT -#include "select/vertical_airflow.h" -#include "select/horizontal_airflow.h" -#endif using namespace esphome::climate; using namespace esphome::uart;