mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Fix typo in wizard (#1836)
This commit is contained in:
parent
387f249363
commit
482a3aebc9
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ def wizard(path):
|
||||||
safe_print(
|
safe_print(
|
||||||
"First, what's the "
|
"First, what's the "
|
||||||
+ color(Fore.GREEN, "SSID")
|
+ 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)
|
sleep(1.5)
|
||||||
safe_print('For example "{}".'.format(color(Fore.BOLD_WHITE, "Abraham Linksys")))
|
safe_print('For example "{}".'.format(color(Fore.BOLD_WHITE, "Abraham Linksys")))
|
||||||
|
|
Loading…
Reference in a new issue