diff --git a/components/tc_bus/tc_bus.h b/components/tc_bus/tc_bus.h index d6967cb..c0e69cf 100644 --- a/components/tc_bus/tc_bus.h +++ b/components/tc_bus/tc_bus.h @@ -10,9 +10,6 @@ #include "esphome/core/helpers.h" #include "esphome/core/log.h" -#ifdef USE_BINARY_SENSOR -#include "esphome/components/binary_sensor/binary_sensor.h" -#endif #ifdef USE_TEXT_SENSOR #include "esphome/components/text_sensor/text_sensor.h" #endif