Update esphome/components/esp32/__init__.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-12-29 16:53:51 -10:00
committed by GitHub
parent 436b4c4217
commit 3903594bd3

View File

@@ -749,7 +749,7 @@ def _show_framework_migration_message(name: str, variant: str) -> None:
f"💡 NOTICE: {name} does not have a framework specified.",
)
+ "\n\n"
+ f"The default framework for {variant} has changed to ESP-IDF in ESPHome 2026.1.0.\n"
+ f"Starting with ESPHome 2026.1.0, the default framework for {variant} is ESP-IDF.\n"
+ "(We've been warning about this change since ESPHome 2025.8.0)\n"
+ "\n"
+ "Why we made this change:\n"