From 9a4a0d9f096a2ec9edf090f60c1fcaa7d44ce6ec Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 11:21:50 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp index 7556f16..f1843dc 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -7,8 +7,6 @@ namespace esphome { namespace ratgdo { -using namespace esphome::binary_sensor; - static const char *const TAG = "ratgdo.binary_sensor"; class RATGDOBinarySensor {