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