From 6eb4e4043f4da225ccc1d8afe33769b885037dc7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 18:13:38 -0500 Subject: [PATCH] tweak --- components/ratgdo/number/ratgdo_number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/number/ratgdo_number.cpp b/components/ratgdo/number/ratgdo_number.cpp index 4ba35fc..f89d9a4 100644 --- a/components/ratgdo/number/ratgdo_number.cpp +++ b/components/ratgdo/number/ratgdo_number.cpp @@ -9,7 +9,7 @@ namespace ratgdo { void RATGDONumber::dump_config() { - LOG_BINARY_SENSOR("", "RATGDO Number", this); + LOG_NUMBER("", "RATGDO Number", this); ESP_LOGCONFIG(TAG, " Type: Rolling Code Counter"); }