This commit is contained in:
2024-12-31 08:22:30 +01:00
parent 97450423d3
commit 47a6359f6c
2 changed files with 26 additions and 0 deletions

8
automation.h Normal file
View File

@@ -0,0 +1,8 @@
#include "automation.h"
#include "esphome/core/log.h"
namespace esphome {
static const char *const TAG = "switch.automation";
} // namespace esphome