Update log message to include version number

This commit is contained in:
ElVit 2025-11-27 19:14:13 +01:00 committed by GitHub
parent d39826a845
commit fdca338a4a
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_LOGW(TAG, "*** Panasonic Heatpump Component v0.0.4 ***");
ESP_LOGW(TAG, "*** Panasonic Heatpump Component v%s ***", PanasonicHeatpumpComponent::version);
delay(10); // NOLINT
}