1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Remove duplicate TAG value

This commit is contained in:
Otto Winter
2019-08-27 20:27:56 +02:00
parent 22f9f75914
commit 9770bc371b

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 {