ESPhome --upload-port not working anymore

Hi,

I used the have this script to update all my nodes:

f_list=$(ls *.yaml | xargs)
esphome run $f_list --no-logs --upload-port OTA &> update_all.log

However, the --upload-port option is not working anymore. Is there an alternative?

Crosspost:

I use —device and it works for me

1 Like

Nice, that seems to work. Thanks!