I missed it in the release notes, but there’s a breaking change in the ota component in ESPHome 2024.6.0. I figured I’d save folks some time and share the fix here.

If your OTA config looks like this;

...

ota:
  password: "*************"
  num_tries: 3
  safe_mode: on

...

Now you’ll need to add a platform key to start a list, and either comment out the other option or move them to a new component.

...

ota:
  - platform: esphome
    password: "*************"
  #num_tries: 3
  #safe_mode: on

...

edit: Here’s the PR introducing this change https://github.com/esphome/esphome/pull/6459

1 point

The hero we need.

permalink
report
reply
0 points
*

You have a typo: platform: esphome.

Thanks for posting, good catch!

permalink
report
reply
0 points
*

Oops! Good eyes, and thanks! Typing yaml on mobile is squinty business. Fixed in the main post

permalink
report
parent
reply
1 point

Heh, typing YAML anywhere is squinty business. :⁠-⁠)

permalink
report
parent
reply

homeassistant

!homeassistant@lemmy.world

Create post

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

Community stats

  • 268

    Monthly active users

  • 216

    Posts

  • 1.1K

    Comments

Community moderators