1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

add missing include in base_automation.h (#8001)

This commit is contained in:
NP v/d Spek
2025-01-13 05:29:38 +01:00
committed by GitHub
parent 13909b7994
commit 9874d17613

View File

@@ -2,6 +2,7 @@
#include "esphome/core/automation.h" #include "esphome/core/automation.h"
#include "esphome/core/component.h" #include "esphome/core/component.h"
#include "esphome/core/hal.h"
#include "esphome/core/defines.h" #include "esphome/core/defines.h"
#include "esphome/core/preferences.h" #include "esphome/core/preferences.h"