This commit is contained in:
J. Nick Koston 2023-06-07 18:13:38 -05:00
parent 84da6ee10e
commit 6eb4e4043f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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