mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
[core] Remove empty automation.cpp files from sensor, switch and output (#18745)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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_
|
||||
Reference in New Issue
Block a user