This commit is contained in:
J. Nick Koston
2025-05-27 15:26:55 -05:00
parent 723e22341f
commit ce4b20b067

View File

@@ -10,6 +10,10 @@
#include "esphome/core/preferences.h"
#include "esphome/core/scheduler.h"
#ifdef USE_SOCKET_SELECT_SUPPORT
#include <sys/select.h>
#endif
#ifdef USE_BINARY_SENSOR
#include "esphome/components/binary_sensor/binary_sensor.h"
#endif