Remove duplicate TAG value

This commit is contained in:
Otto Winter 2019-08-27 20:27:56 +02:00
parent 22f9f75914
commit 9770bc371b
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -7,8 +7,6 @@
namespace esphome {
namespace wifi_info {
static const char TAG[] = "wifi_info.text_sensor";
class IPAddressWiFiInfo : public Component, public text_sensor::TextSensor {
public:
void loop() override {