Remove TAG from .h

This commit is contained in:
Edward Firmo
2025-08-06 19:12:43 +02:00
parent 5ca68c8ab4
commit 9978657d28
2 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
#pragma once
#ifdef TX_ULTIMATE_EASY_CORE_HW_LEDS
#include "esphome/core/automation.h"
#include "esphome/core/component.h"
#include "esphome/components/uart/uart.h"
@@ -13,9 +15,6 @@
namespace esphome {
namespace tx_ultimate_easy {
// Log tag
static const char *TAG = "tx_ultimate_easy.light";
/**
* @brief Light attributes structure for storing color and brightness data.
*
@@ -113,3 +112,5 @@ namespace esphome {
} // namespace tx_ultimate_easy
} // namespace esphome
#endif // TX_ULTIMATE_EASY_CORE_HW_LEDS