1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[esp32] Remove specific claims from framework migration message (#13777)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-02-05 06:41:17 -05:00
committed by GitHub
parent ed8c0dc99d
commit 9ea8461440

View File

@@ -1169,8 +1169,8 @@ def _show_framework_migration_message(name: str, variant: str) -> None:
+ "(We've been warning about this change since ESPHome 2025.8.0)\n"
+ "\n"
+ "Why we made this change:\n"
+ color(AnsiFore.GREEN, "Up to 40% smaller firmware binaries\n")
+ color(AnsiFore.GREEN, "2-3x faster compile times\n")
+ color(AnsiFore.GREEN, "Smaller firmware binaries\n")
+ color(AnsiFore.GREEN, "Faster compile times\n")
+ color(AnsiFore.GREEN, " 🚀 Better performance and newer features\n")
+ color(AnsiFore.GREEN, " 🔧 More actively maintained by ESPHome\n")
+ "\n"