binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:31:35 -05:00
parent ab431adbb9
commit 226398ca54
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ static const char *const TAG = "ratgdo.binary_sensor";
void RATGDOBinarySensor::dump_config() {
LOG_BINARY_SENSOR("", "RATGDO BinarySensor", this);
LOG_PIN(" Type: ", this->type_);
ESP_LOGCONFIG(" Type: %s", this->type_);
}