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"); }