From b17c832269810bec6f6e5ac54aef146adc3b29e9 Mon Sep 17 00:00:00 2001 From: erikveg Date: Thu, 2 May 2024 08:42:52 +0000 Subject: [PATCH] bugfix --- esphome/components/ain4_20ma/ain4_20ma.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/ain4_20ma/ain4_20ma.h b/esphome/components/ain4_20ma/ain4_20ma.h index 88cf534048..b5755776ca 100644 --- a/esphome/components/ain4_20ma/ain4_20ma.h +++ b/esphome/components/ain4_20ma/ain4_20ma.h @@ -4,8 +4,6 @@ #include "esphome/components/sensor/sensor.h" #include "esphome/components/i2c/i2c.h" -static const char *const TAG = "AIN4-20mA"; - namespace esphome { namespace ain4_20ma {