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?
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
Nice, that seems to work. Thanks!