athom-tech / athom-configs

Athom Technology Official Center
MIT License
190 stars 127 forks source link

ESPhome 2024.6 Update - OTA - Platform #64

Closed rudders closed 1 week ago

rudders commented 2 weeks ago

ESPHome 2024.6 seems to need the platform specified in the ota configuration.

cjd commented 2 weeks ago

This change actually needs to be made for all configs. A quick way to do it is: $ sed --in-place 's/ota:/ota:\n platform: esphome/g' *.yaml I tested this and it worked - but rather than making a new PR it would be good to update this one

apeeters commented 2 weeks ago

Fixed in PR https://github.com/athom-tech/athom-configs/pull/65

rudders commented 2 weeks ago

Excellent - thanks - sorry i didn't have the opportunity to fix all the files.