06-26-2024, 06:08 PM
I think I've figured it out. There were two breaking changes in the yaml/compile step. One is the "ota" key requires "platform", and the other is the ota upload reqires a different bin file. (in .esphome/build/m30/.pioenvs/m30/firmware.ota.bin). so the yaml change needed is to change:
ota:
password: "2a26484203d80a83798414c879541760"
to:
ota:
platform: esphome
password: "2a26484203d80a83798414c879541760"
ota:
password: "2a26484203d80a83798414c879541760"
to:
ota:
platform: esphome
password: "2a26484203d80a83798414c879541760"