From e4db32d73e0593eca133a93a2e00a59f34d73a30 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Aug 2025 09:21:57 -1000 Subject: [PATCH] tweak --- esphome/components/esp32/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/esp32/__init__.py b/esphome/components/esp32/__init__.py index f1fcae6c55..29dc190fc9 100644 --- a/esphome/components/esp32/__init__.py +++ b/esphome/components/esp32/__init__.py @@ -724,7 +724,7 @@ def _show_framework_migration_message(name: str, variant: str) -> None: + color(AnsiFore.WHITE, " type: esp-idf\n") + "\n" + color(AnsiFore.CYAN, " Option 2") - + ": Keep using Arduino (100% supported)\n" + + ": Keep using Arduino (still supported)\n" + " Add this to your YAML under 'esp32:':\n" + color(AnsiFore.WHITE, " framework:\n") + color(AnsiFore.WHITE, " type: arduino\n")