Fix component tag
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace tx_ultimate_easy {
|
namespace tx_ultimate_easy {
|
||||||
|
// Log tag
|
||||||
|
static const char *TAG = "tx_ultimate_easy.light";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Light attributes structure for storing color and brightness data.
|
* @brief Light attributes structure for storing color and brightness data.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ namespace esphome {
|
|||||||
constexpr int VALID_DATA_BYTE_3 = 0x02;
|
constexpr int VALID_DATA_BYTE_3 = 0x02;
|
||||||
|
|
||||||
// Log tag
|
// Log tag
|
||||||
static const char *TAG = "tx_ultimate_easy";
|
static const char *TAG = "tx_ultimate_easy.touch";
|
||||||
|
|
||||||
struct TouchPoint {
|
struct TouchPoint {
|
||||||
uint8_t button = 0;
|
uint8_t button = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user