#include "esphome.h"

void buttonTrigger() {
  ESP_LOGD("custom", "Running complex logic");
}