diff --git a/esphome/wizard.py b/esphome/wizard.py index 3550e39392..7d875b7dd2 100644 --- a/esphome/wizard.py +++ b/esphome/wizard.py @@ -295,7 +295,7 @@ def wizard(path): safe_print( "First, what's the " + color(Fore.GREEN, "SSID") - + f" (the name) of the WiFi network {name} I should connect to?" + + f" (the name) of the WiFi network {name} should connect to?" ) sleep(1.5) safe_print('For example "{}".'.format(color(Fore.BOLD_WHITE, "Abraham Linksys")))