Open nikolai2111 opened 5 months ago
Solution:
Add platform: esphome
under the ota:
option.
ota:
platform: esphome
Now the following message appeared:
11:31:33 | [W] | [api.connection:107] | : Reading failed: BAD_INDICATOR errno=11
ESPHome 2024.6.x has many changes I don't advise updating at this time until it can be tested fully. You can go back to older version by using the bin file available for your device.
The api error has to do with the connection to home assistant. Power cycle the device and see if that resolves that.
If the device shows it has an update just disable the update entity in the devices esphome configuration page.
There really is no reason to update the device for every ESPHome release.
After the latest update to ESPhome (2024.6.1) we had a problem with the OTA update.
It says that the
'platform: esphome'
should be added, but it's not clear where and in the .yaml specified here does not contain any of this.