From 1bb444e008476b134c549de726b2115c5044f4af Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:45:57 +0200 Subject: [PATCH] Fix component tag --- components/tx_ultimate_easy/tx_ultimate_easy_light.h | 2 ++ components/tx_ultimate_easy/tx_ultimate_easy_touch.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/tx_ultimate_easy/tx_ultimate_easy_light.h b/components/tx_ultimate_easy/tx_ultimate_easy_light.h index 3a892c3..8fd5d1c 100644 --- a/components/tx_ultimate_easy/tx_ultimate_easy_light.h +++ b/components/tx_ultimate_easy/tx_ultimate_easy_light.h @@ -13,6 +13,8 @@ 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. diff --git a/components/tx_ultimate_easy/tx_ultimate_easy_touch.h b/components/tx_ultimate_easy/tx_ultimate_easy_touch.h index 08086a3..5062f11 100644 --- a/components/tx_ultimate_easy/tx_ultimate_easy_touch.h +++ b/components/tx_ultimate_easy/tx_ultimate_easy_touch.h @@ -32,7 +32,7 @@ namespace esphome { constexpr int VALID_DATA_BYTE_3 = 0x02; // Log tag - static const char *TAG = "tx_ultimate_easy"; + static const char *TAG = "tx_ultimate_easy.touch"; struct TouchPoint { uint8_t button = 0;