mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fix typo in wizard (#1836)
This commit is contained in:
		| @@ -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"))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user