From 482a3aebc9c89fe148ec947f94d83481fde8789b Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Fri, 28 May 2021 03:34:54 +0200 Subject: [PATCH] Fix typo in wizard (#1836) --- esphome/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))