home-assistant-glow
home-assistant-glow copied to clipboard
With the new esphome 2024.6 update and specifically the Release 2024.6.3 - June 26 my update fails.
With the new esphome 2024.6 update and specifically the Release 2024.6.3 - June 26 my update fails. I have updated the config with the required
ota:
password: "xxxx"
platform: esphome
but now it complains
Failed config
update.http_request: [source /data/packages/a353c6b4/components/updates.yaml:7]
Component update.http_request requires 'platform: http_request' in component 'ota'.
On ESPHOME Discord they told this package need to be fixed:
there is an issue where the package specifies an ota: section but the user's yaml also specifies an ota: section. before 2024.6.0, these would be merged into a single ota: block when the yaml was parsed. because we now allow multiple ota platforms, these are now seen as separate instances of the esphome ota platform, so you get two instances of OTA -- hence this error.