[core] Remove empty automation.cpp files from sensor, switch and output (#18745)

This commit is contained in:
J. Nick Koston
2026-08-25 17:24:14 +12:00
committed by GitHub
parent 44860ff512
commit 036e5cda7e
3 changed files with 0 additions and 24 deletions
-8
View File
@@ -1,8 +0,0 @@
#include "automation.h"
#include "esphome/core/log.h"
namespace esphome::output {
static const char *const TAG = "output.automation";
} // namespace esphome::output
-8
View File
@@ -1,8 +0,0 @@
#include "automation.h"
#include "esphome/core/log.h"
namespace esphome::sensor {
static const char *const TAG = "sensor.automation";
} // namespace esphome::sensor
-8
View File
@@ -1,8 +0,0 @@
#include "automation.h"
#include "esphome/core/log.h"
namespace esphome::switch_ {
static const char *const TAG = "switch.automation";
} // namespace esphome::switch_