mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	[wizard] use lowercase to match (#9448)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
		| @@ -411,7 +411,7 @@ def wizard(path): | ||||
|     safe_print("Options:") | ||||
|     for board_id, board_data in boards_list: | ||||
|         safe_print(f" - {board_id} - {board_data['name']}") | ||||
|         boards.append(board_id) | ||||
|         boards.append(board_id.lower()) | ||||
|  | ||||
|     while True: | ||||
|         board = safe_input(color(AnsiFore.BOLD_WHITE, "(board): ")) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user