mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fix update-all input in dashboard (#826)
Fixes https://github.com/esphome/issues/issues/798
This commit is contained in:
		| @@ -371,7 +371,8 @@ def command_update_all(args): | ||||
|         print("Updating {}".format(color('cyan', f))) | ||||
|         print('-' * twidth) | ||||
|         print() | ||||
|         rc = run_external_process('esphome', '--dashboard', f, 'run', '--no-logs') | ||||
|         rc = run_external_process('esphome', '--dashboard', f, 'run', '--no-logs', '--upload-port', | ||||
|                                   'OTA') | ||||
|         if rc == 0: | ||||
|             print_bar("[{}] {}".format(color('bold_green', 'SUCCESS'), f)) | ||||
|             success[f] = True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user