Added version to dump_config()

This commit is contained in:
ElVit 2025-07-19 19:52:14 +02:00 committed by GitHub
parent 8c4eadbf2c
commit 0693ea8413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace esphome
void PanasonicHeatpumpComponent::dump_config()
{
ESP_LOGCONFIG(TAG, "Panasonic Heatpump");
ESP_LOGCONFIG(TAG, "*** Panasonic Heatpump *** v0.0.4-dev1 ***");
delay(10); // NOLINT
}