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:
@@ -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"
|
+ "(We've been warning about this change since ESPHome 2025.8.0)\n"
|
||||||
+ "\n"
|
+ "\n"
|
||||||
+ "Why we made this change:\n"
|
+ "Why we made this change:\n"
|
||||||
+ color(AnsiFore.GREEN, " ✨ Up to 40% smaller firmware binaries\n")
|
+ color(AnsiFore.GREEN, " ✨ Smaller firmware binaries\n")
|
||||||
+ color(AnsiFore.GREEN, " ⚡ 2-3x faster compile times\n")
|
+ color(AnsiFore.GREEN, " ⚡ Faster compile times\n")
|
||||||
+ color(AnsiFore.GREEN, " 🚀 Better performance and newer features\n")
|
+ color(AnsiFore.GREEN, " 🚀 Better performance and newer features\n")
|
||||||
+ color(AnsiFore.GREEN, " 🔧 More actively maintained by ESPHome\n")
|
+ color(AnsiFore.GREEN, " 🔧 More actively maintained by ESPHome\n")
|
||||||
+ "\n"
|
+ "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user