ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
automation.cpp
Go to the documentation of this file.
1#include "automation.h"
2#include "esphome/core/log.h"
3
4namespace esphome::switch_ {
5
6static const char *const TAG = "switch.automation";
7
8} // namespace esphome::switch_