Remove reference to esphome_fw_version

This commit is contained in:
Edward Firmo
2025-01-05 00:34:40 +01:00
parent a64c45b37b
commit e89adca5cb

View File

@@ -46,5 +46,6 @@ script:
then:
- lambda: |-
// Version information
ESP_LOGCONFIG("standard", "ESPHome builder: %s", esphome_fw_version->state.c_str());
ESP_LOGCONFIG("standard", "ESPHome builder: " ESPHOME_VERSION);
ESP_LOGCONFIG("standard", "ESPHome build timestamp: %s", App.get_compilation_time().c_str());
...