Fix more clang-tidy warnings

This commit is contained in:
Oxan van Leeuwen 2021-09-22 12:58:11 +02:00
parent c03f538106
commit 33bf747d2b

View file

@ -6,7 +6,7 @@
namespace esphome { namespace esphome {
namespace xiaomi_mccgq02hl { namespace xiaomi_mccgq02hl {
static const char *TAG = "xiaomi_mccgq02hl"; static const char *const TAG = "xiaomi_mccgq02hl";
void XiaomiMCCGQ02HL::dump_config() { void XiaomiMCCGQ02HL::dump_config() {
ESP_LOGCONFIG(TAG, "Xiaomi MCCGQ02HL"); ESP_LOGCONFIG(TAG, "Xiaomi MCCGQ02HL");