ratgdo / esphome-ratgdo

ratgdo for ESPHome
GNU General Public License v2.0
357 stars 108 forks source link

ESPHome 2024.6.0 fails validation: At least one platform must be specified for 'ota'; add 'platform: esphome' for original OTA functionality #289

Closed flavio-fernandes closed 5 months ago

flavio-fernandes commented 5 months ago
INFO ESPHome 2024.6.0
INFO Reading configuration /config/esphome/ratgdov25i-e51133.yaml...
INFO Updating https://github.com/ratgdo/esphome-ratgdo@None
INFO Updating https://github.com/ratgdo/esphome-ratgdo@None
INFO Detected timezone 'America/New_York'
Failed config

At least one platform must be specified for 'ota'; add 'platform: esphome' for original OTA functionality
Screenshot 2024-06-19 at 6 55 11 PM
xdaben commented 5 months ago

You can add

ota: 
  platform: esphome

to your yaml for the device to get it working again

or

Just wait for it to get fixed here and update then, if your device works there no real need to update it right now.