From 74c0e63a1df5571e3115b55c500fba123c5ccbba Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 3 Aug 2025 22:31:27 -1000 Subject: [PATCH] cleanup --- esphome/components/bluetooth_proxy/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/esphome/components/bluetooth_proxy/__init__.py b/esphome/components/bluetooth_proxy/__init__.py index 4673620ed9..4087255410 100644 --- a/esphome/components/bluetooth_proxy/__init__.py +++ b/esphome/components/bluetooth_proxy/__init__.py @@ -62,7 +62,10 @@ def validate_connections(config): " type: esp-idf\n" "\n" "For detailed migration instructions, see:\n" - f"{color(AnsiFore.BLUE, 'https://esphome.io/guides/esp32_arduino_to_idf.html')}" + "%s", + color( + AnsiFore.BLUE, "https://esphome.io/guides/esp32_arduino_to_idf.html" + ), ) return {